Skip to content

Commit b7447ff

Browse files
authored
ci: update to ubuntu 24.04 (#51)
1 parent aea9501 commit b7447ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
tests:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
strategy:
1515
fail-fast: false
@@ -49,4 +49,3 @@ jobs:
4949
wait-on: 'http://localhost:4200'
5050
working-directory: "${{ matrix.project }}"
5151
browser: chrome
52-

0 commit comments

Comments
 (0)