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 baeec1c commit 0078a8bCopy full SHA for 0078a8b
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build_and_test:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
13
container:
14
image: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223
@@ -44,7 +44,7 @@ jobs:
44
./bin/run-all-exercises.sh
45
46
build_and_test_on_docker:
47
48
steps:
49
- name: Checkout code
50
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
0 commit comments