We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db250cf commit 6c73142Copy full SHA for 6c73142
.github/workflows/precompile.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: ["ubuntu-20.04", "windows-2019", "macos-11"]
+ os: ["ubuntu-18.04", "ubuntu-20.04", "windows-2019", "macos-11"]
22
elixir: ["1.14"]
23
otp: ["25", "23"]
24
exclude:
0 commit comments