Skip to content

Commit 8ba2c6d

Browse files
ci uses ubuntu-24.04 (#763)
1 parent 4bd83c3 commit 8ba2c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
ci:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
strategy:
1313
matrix:
@@ -32,7 +32,7 @@ jobs:
3232
run: bin/build.sh
3333

3434
elm-test-runner:
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636

3737
steps:
3838
- name: Checkout exercism/elm
@@ -42,7 +42,7 @@ jobs:
4242
run: bin/run-all-exercises-in-docker.sh
4343

4444
elm-analyzer:
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646

4747
steps:
4848
- name: Checkout exercism/elm

0 commit comments

Comments
 (0)