Skip to content

Commit 4b19aae

Browse files
ci uses ubuntu-24.04 (#2083)
1 parent d52ea85 commit 4b19aae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
configlet:
1616
name: configlet lint
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Checkout code
@@ -28,7 +28,7 @@ jobs:
2828

2929
markdownlint:
3030
name: markdown lint
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232

3333
steps:
3434
- name: Checkout code
@@ -40,7 +40,7 @@ jobs:
4040
# stolen from https://raw.githubusercontent.com/exercism/github-actions/main/.github/workflows/shellcheck.yml
4141
shellcheck:
4242
name: Run shellcheck on scripts
43-
runs-on: ubuntu-22.04
43+
runs-on: ubuntu-24.04
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -50,7 +50,7 @@ jobs:
5050

5151
compilation:
5252
name: Check compilation
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454

5555
strategy:
5656
matrix:
@@ -75,7 +75,7 @@ jobs:
7575

7676
tests:
7777
name: Run repository tests
78-
runs-on: ubuntu-22.04
78+
runs-on: ubuntu-24.04
7979

8080
steps:
8181
- name: Checkout code
@@ -97,7 +97,7 @@ jobs:
9797

9898
rustformat:
9999
name: Check Rust Formatting
100-
runs-on: ubuntu-22.04
100+
runs-on: ubuntu-24.04
101101

102102
steps:
103103
- name: Checkout code
@@ -120,7 +120,7 @@ jobs:
120120
121121
clippy:
122122
name: Clippy
123-
runs-on: ubuntu-22.04
123+
runs-on: ubuntu-24.04
124124

125125
steps:
126126
- name: Checkout code
@@ -139,7 +139,7 @@ jobs:
139139

140140
nightly-compilation:
141141
name: Check exercises on nightly (benchmark enabled)
142-
runs-on: ubuntu-22.04
142+
runs-on: ubuntu-24.04
143143
continue-on-error: true # It's okay if the nightly job fails
144144

145145
steps:

0 commit comments

Comments
 (0)