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 54d74d2 commit 58c0e86Copy full SHA for 58c0e86
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Lint
15
strategy:
16
matrix:
17
- os: ["ubuntu-20.04"]
+ os: ["ubuntu-latest"]
18
elixir: ["1.17"]
19
otp: ["27"]
20
steps:
@@ -40,7 +40,7 @@ jobs:
40
41
fail-fast: false
42
43
44
elixir: ["1.17", "1.16", "1.15", "1.14"]
45
otp: ["27", "26", "25", "24"]
46
exclude:
0 commit comments