File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
configlet :
16
16
name : configlet lint
17
- runs-on : ubuntu-22 .04
17
+ runs-on : ubuntu-24 .04
18
18
19
19
steps :
20
20
- name : Checkout code
28
28
29
29
markdownlint :
30
30
name : markdown lint
31
- runs-on : ubuntu-22 .04
31
+ runs-on : ubuntu-24 .04
32
32
33
33
steps :
34
34
- name : Checkout code
40
40
# stolen from https://raw.githubusercontent.com/exercism/github-actions/main/.github/workflows/shellcheck.yml
41
41
shellcheck :
42
42
name : Run shellcheck on scripts
43
- runs-on : ubuntu-22 .04
43
+ runs-on : ubuntu-24 .04
44
44
steps :
45
45
- name : Checkout
46
46
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
50
51
51
compilation :
52
52
name : Check compilation
53
- runs-on : ubuntu-22 .04
53
+ runs-on : ubuntu-24 .04
54
54
55
55
strategy :
56
56
matrix :
75
75
76
76
tests :
77
77
name : Run repository tests
78
- runs-on : ubuntu-22 .04
78
+ runs-on : ubuntu-24 .04
79
79
80
80
steps :
81
81
- name : Checkout code
97
97
98
98
rustformat :
99
99
name : Check Rust Formatting
100
- runs-on : ubuntu-22 .04
100
+ runs-on : ubuntu-24 .04
101
101
102
102
steps :
103
103
- name : Checkout code
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
clippy :
122
122
name : Clippy
123
- runs-on : ubuntu-22 .04
123
+ runs-on : ubuntu-24 .04
124
124
125
125
steps :
126
126
- name : Checkout code
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
nightly-compilation :
141
141
name : Check exercises on nightly (benchmark enabled)
142
- runs-on : ubuntu-22 .04
142
+ runs-on : ubuntu-24 .04
143
143
continue-on-error : true # It's okay if the nightly job fails
144
144
145
145
steps :
You can’t perform that action at this time.
0 commit comments