Skip to content

Commit

Permalink
Runtime: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 22, 2023
1 parent 1060dee commit 9a24e2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
matrix:
otp: ['20.3', '25.3', '26']
elixir: ['1.15']
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:

Expand Down Expand Up @@ -165,6 +165,12 @@ jobs:
matrix:
otp: ['25.0', '26']
elixir: ['1.14.0', '1.14.5', '1.15']
- otp: '25.0'
elixir: '1.14.5'
- otp: '25.0'
elixir: '1.15'
- otp: '26'
elixir: '1.14.0'
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 9a24e2f

Please sign in to comment.