File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
files-changed :
26
26
name : " Detect what files changed"
27
27
if : " github.repository == 'anolilab/javascript-style-guide'"
28
- runs-on : " ubuntu-22 .04"
28
+ runs-on : " ubuntu-24 .04"
29
29
timeout-minutes : 3
30
30
# Map a step output to a job output
31
31
outputs :
@@ -307,7 +307,7 @@ jobs:
307
307
name : " Check Lint Run"
308
308
# This is necessary since a failed/skipped dependent job would cause this job to be skipped
309
309
if : " always()"
310
- runs-on : " ubuntu-22 .04"
310
+ runs-on : " ubuntu-24 .04"
311
311
steps :
312
312
# If any jobs we depend on fail, we will fail since this is a required check
313
313
# NOTE: A timeout is considered a failure
Original file line number Diff line number Diff line change 24
24
jobs :
25
25
files-changed :
26
26
name : " Detect what files changed"
27
- runs-on : " ubuntu-22 .04"
27
+ runs-on : " ubuntu-24 .04"
28
28
timeout-minutes : 3
29
29
# Map a step output to a job output
30
30
outputs :
@@ -136,7 +136,7 @@ jobs:
136
136
name : " Check Test Run"
137
137
# This is necessary since a failed/skipped dependent job would cause this job to be skipped
138
138
if : " always() && (needs.test.result == 'success' || needs.test.result == 'skipped')"
139
- runs-on : " ubuntu-22 .04"
139
+ runs-on : " ubuntu-24 .04"
140
140
steps :
141
141
# If any jobs we depend on fail, we will fail since this is a required check
142
142
# NOTE: A timeout is considered a failure
You can’t perform that action at this time.
0 commit comments