Skip to content

Commit a61aa6b

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 96973ee commit a61aa6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
unit-tests:
1818
name: unit
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
strategy:
2222
matrix:
@@ -52,7 +52,7 @@ jobs:
5252

5353
e2e-tests:
5454
name: end-to-end
55-
runs-on: ubuntu-22.04
55+
runs-on: ubuntu-24.04
5656

5757
strategy:
5858
fail-fast: false
@@ -182,7 +182,7 @@ jobs:
182182
# Start the app with a clean database and verify it doesn't crash
183183
fresh-start:
184184
name: fresh-start
185-
runs-on: ubuntu-22.04
185+
runs-on: ubuntu-24.04
186186

187187
strategy:
188188
matrix:
@@ -238,7 +238,7 @@ jobs:
238238

239239
build:
240240
name: build
241-
runs-on: ubuntu-22.04
241+
runs-on: ubuntu-24.04
242242

243243
strategy:
244244
matrix:

0 commit comments

Comments
 (0)