We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ac0e6 commit c984670Copy full SHA for c984670
.github/workflows/build.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
ci:
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
12
strategy:
13
matrix:
@@ -32,7 +32,7 @@ jobs:
32
run: bin/build.sh
33
34
elm-test-runner:
35
36
37
steps:
38
- name: Checkout exercism/elm
@@ -42,7 +42,7 @@ jobs:
42
run: bin/run-all-exercises-in-docker.sh
43
44
elm-analyzer:
45
46
47
48
0 commit comments