File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626jobs :
2727 changed-files :
2828 name : Changed Files
29- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3030
3131 steps :
3232 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8686
8787 backend-lint :
8888 name : Backend / Lint
89- runs-on : ubuntu-22 .04
89+ runs-on : ubuntu-24 .04
9090 needs : changed-files
9191 if : needs.changed-files.outputs.non-js == 'true'
9292
@@ -108,7 +108,7 @@ jobs:
108108
109109 backend-cargo-deny :
110110 name : Backend / cargo-deny
111- runs-on : ubuntu-22 .04
111+ runs-on : ubuntu-24 .04
112112 needs : changed-files
113113 if : github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
114114
@@ -122,7 +122,7 @@ jobs:
122122
123123 backend-test :
124124 name : Backend / Test
125- runs-on : ubuntu-22 .04
125+ runs-on : ubuntu-24 .04
126126 needs : changed-files
127127 if : needs.changed-files.outputs.non-js == 'true'
128128
@@ -167,7 +167,7 @@ jobs:
167167
168168 frontend-lint :
169169 name : Frontend / Lint
170- runs-on : ubuntu-22 .04
170+ runs-on : ubuntu-24 .04
171171 needs : changed-files
172172 if : needs.changed-files.outputs.non-rust == 'true'
173173
@@ -192,7 +192,7 @@ jobs:
192192
193193 frontend-test :
194194 name : Frontend / Test
195- runs-on : ubuntu-22 .04
195+ runs-on : ubuntu-24 .04
196196 needs : [changed-files, percy-nonce]
197197 if : needs.changed-files.outputs.non-rust == 'true'
198198
@@ -227,7 +227,7 @@ jobs:
227227
228228 e2e-test :
229229 name : Frontend / Test (playwright)
230- runs-on : ubuntu-22 .04
230+ runs-on : ubuntu-24 .04
231231 needs : [changed-files, percy-nonce]
232232 timeout-minutes : 60
233233 if : needs.changed-files.outputs.non-rust == 'true'
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 test :
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616
1717 steps :
1818 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
You can’t perform that action at this time.
0 commit comments