22
22
jobs :
23
23
opa-lint :
24
24
name : Lint and test OPA policies
25
- runs-on : ubuntu-latest
25
+ runs-on : ubuntu-24.04
26
26
27
27
permissions :
28
28
contents : read
51
51
52
52
frontend-lint :
53
53
name : Check frontend style
54
- runs-on : ubuntu-latest
54
+ runs-on : ubuntu-24.04
55
55
56
56
permissions :
57
57
contents : read
76
76
77
77
frontend-test :
78
78
name : Run the frontend test suite
79
- runs-on : ubuntu-latest
79
+ runs-on : ubuntu-24.04
80
80
81
81
permissions :
82
82
contents : read
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
frontend-knip :
103
103
name : Check the frontend for unused dependencies
104
- runs-on : ubuntu-latest
104
+ runs-on : ubuntu-24.04
105
105
106
106
permissions :
107
107
contents : read
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
rustfmt :
128
128
name : Check Rust style
129
- runs-on : ubuntu-latest
129
+ runs-on : ubuntu-24.04
130
130
131
131
permissions :
132
132
contents : read
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
cargo-deny :
149
149
name : Run `cargo deny` checks
150
- runs-on : ubuntu-latest
150
+ runs-on : ubuntu-24.04
151
151
152
152
env :
153
153
# We need to remove the sccache wrapper because we don't install it in this job
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
check-schema :
168
168
name : Check schema
169
- runs-on : ubuntu-latest
169
+ runs-on : ubuntu-24.04
170
170
171
171
permissions :
172
172
contents : read
@@ -215,7 +215,7 @@ jobs:
215
215
clippy :
216
216
name : Run Clippy
217
217
needs : [rustfmt, opa-lint]
218
- runs-on : ubuntu-latest
218
+ runs-on : ubuntu-24.04
219
219
220
220
permissions :
221
221
contents : read
@@ -249,7 +249,7 @@ jobs:
249
249
250
250
compile-test-artifacts :
251
251
name : Compile test artifacts
252
- runs-on : ubuntu-latest
252
+ runs-on : ubuntu-24.04
253
253
254
254
permissions :
255
255
contents : read
@@ -286,7 +286,7 @@ jobs:
286
286
test :
287
287
name : Run test suite with Rust stable
288
288
needs : [rustfmt, opa-lint, compile-test-artifacts]
289
- runs-on : ubuntu-latest
289
+ runs-on : ubuntu-24.04
290
290
291
291
permissions :
292
292
contents : read
@@ -357,7 +357,7 @@ jobs:
357
357
358
358
syn2mas :
359
359
name : Check syn2mas
360
- runs-on : ubuntu-latest
360
+ runs-on : ubuntu-24.04
361
361
362
362
permissions :
363
363
contents : read
@@ -397,7 +397,7 @@ jobs:
397
397
- check-schema
398
398
- test
399
399
- syn2mas
400
- runs-on : ubuntu-latest
400
+ runs-on : ubuntu-24.04
401
401
402
402
steps :
403
403
- uses : matrix-org/done-action@v3
0 commit comments