Skip to content

Commit 6c73142

Browse files
committed
added ubuntu 18.04 precompilation os
1 parent db250cf commit 6c73142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precompile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ["ubuntu-20.04", "windows-2019", "macos-11"]
21+
os: ["ubuntu-18.04", "ubuntu-20.04", "windows-2019", "macos-11"]
2222
elixir: ["1.14"]
2323
otp: ["25", "23"]
2424
exclude:

0 commit comments

Comments
 (0)