File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
jobs :
27
27
changed-files :
28
28
name : Changed Files
29
- runs-on : ubuntu-22 .04
29
+ runs-on : ubuntu-24 .04
30
30
31
31
steps :
32
32
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
86
86
87
87
backend-lint :
88
88
name : Backend / Lint
89
- runs-on : ubuntu-22 .04
89
+ runs-on : ubuntu-24 .04
90
90
needs : changed-files
91
91
if : needs.changed-files.outputs.non-js == 'true'
92
92
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
backend-cargo-deny :
110
110
name : Backend / cargo-deny
111
- runs-on : ubuntu-22 .04
111
+ runs-on : ubuntu-24 .04
112
112
needs : changed-files
113
113
if : github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
114
114
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
backend-test :
124
124
name : Backend / Test
125
- runs-on : ubuntu-22 .04
125
+ runs-on : ubuntu-24 .04
126
126
needs : changed-files
127
127
if : needs.changed-files.outputs.non-js == 'true'
128
128
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
frontend-lint :
169
169
name : Frontend / Lint
170
- runs-on : ubuntu-22 .04
170
+ runs-on : ubuntu-24 .04
171
171
needs : changed-files
172
172
if : needs.changed-files.outputs.non-rust == 'true'
173
173
@@ -192,7 +192,7 @@ jobs:
192
192
193
193
frontend-test :
194
194
name : Frontend / Test
195
- runs-on : ubuntu-22 .04
195
+ runs-on : ubuntu-24 .04
196
196
needs : [changed-files, percy-nonce]
197
197
if : needs.changed-files.outputs.non-rust == 'true'
198
198
@@ -227,7 +227,7 @@ jobs:
227
227
228
228
e2e-test :
229
229
name : Frontend / Test (playwright)
230
- runs-on : ubuntu-22 .04
230
+ runs-on : ubuntu-24 .04
231
231
needs : [changed-files, percy-nonce]
232
232
timeout-minutes : 60
233
233
if : needs.changed-files.outputs.non-rust == 'true'
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
test :
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
17
17
steps :
18
18
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
You can’t perform that action at this time.
0 commit comments