Skip to content

Commit 88f6ebb

Browse files
ci(deps): update dependency ubuntu to v24
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 8755783 commit 88f6ebb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
files-changed:
2626
name: "Detect what files changed"
2727
if: "github.repository == 'anolilab/javascript-style-guide'"
28-
runs-on: "ubuntu-22.04"
28+
runs-on: "ubuntu-24.04"
2929
timeout-minutes: 3
3030
# Map a step output to a job output
3131
outputs:
@@ -307,7 +307,7 @@ jobs:
307307
name: "Check Lint Run"
308308
# This is necessary since a failed/skipped dependent job would cause this job to be skipped
309309
if: "always()"
310-
runs-on: "ubuntu-22.04"
310+
runs-on: "ubuntu-24.04"
311311
steps:
312312
# If any jobs we depend on fail, we will fail since this is a required check
313313
# NOTE: A timeout is considered a failure

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
files-changed:
2626
name: "Detect what files changed"
27-
runs-on: "ubuntu-22.04"
27+
runs-on: "ubuntu-24.04"
2828
timeout-minutes: 3
2929
# Map a step output to a job output
3030
outputs:
@@ -136,7 +136,7 @@ jobs:
136136
name: "Check Test Run"
137137
# This is necessary since a failed/skipped dependent job would cause this job to be skipped
138138
if: "always() && (needs.test.result == 'success' || needs.test.result == 'skipped')"
139-
runs-on: "ubuntu-22.04"
139+
runs-on: "ubuntu-24.04"
140140
steps:
141141
# If any jobs we depend on fail, we will fail since this is a required check
142142
# NOTE: A timeout is considered a failure

0 commit comments

Comments
 (0)