Skip to content

Commit f857b8c

Browse files
ci uses ubuntu-24.04 (#2720)
1 parent ff22ffe commit f857b8c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/action-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
format:
1010
name: 'Format code'
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/format')
1313
steps:
1414
- name: 'Post acknowledgement that it will format code'

.github/workflows/action-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
format:
1010
name: 'Sync all exercises'
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/sync')
1313
steps:
1414
- name: 'Post acknowledgement that it will sync exercises'

.github/workflows/ci.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
precheck:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -30,7 +30,7 @@ jobs:
3030
run: corepack pnpm node scripts/ci-check.mjs
3131

3232
ci:
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434

3535
strategy:
3636
matrix:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
analyze:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
strategy:
2222
fail-fast: false

.github/workflows/pr.ci.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: pull_request
77

88
jobs:
99
precheck:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
1313
- name: Checkout PR
@@ -40,7 +40,7 @@ jobs:
4040
run: corepack pnpm node scripts/pr.mjs ${{ steps.changed-files.outputs.changed_files }}
4141

4242
ci:
43-
runs-on: ubuntu-22.04
43+
runs-on: ubuntu-24.04
4444

4545
strategy:
4646
matrix:

.github/workflows/verify-code-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
verify:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: 'Checkout code'
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)