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 db633a2 commit 44dbb56Copy full SHA for 44dbb56
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
test:
11
name: Test ${{matrix.otp}} / Elixir ${{matrix.elixir}}
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
13
strategy:
14
matrix:
15
otp: ['21', '22', '23', '24']
0 commit comments