Skip to content

Commit 60d3cfe

Browse files
Update dependency ubuntu to v24 (#9527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a7e1e8 commit 60d3cfe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
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
@@ -86,7 +86,7 @@ jobs:
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'

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
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

0 commit comments

Comments
 (0)