Skip to content

Commit

Permalink
updated rpecompile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexR2D2 committed Oct 16, 2023
1 parent 6c73142 commit a91fe3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-18.04", "ubuntu-20.04", "windows-2019", "macos-11"]
os: ["ubuntu18", "ubuntu20", "windows-2019", "macos-11"]
elixir: ["1.14"]
otp: ["25", "23"]
exclude:
- os: "windows-2019"
otp: "23"
env:
OTP_VERSION: ${{ matrix.otp }}
ELIXIR_VERSION: ${{ matrix.elixir }}
ImageOS: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit a91fe3f

Please sign in to comment.