aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/runtime.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/runtime.yml17
1 files changed, 3 insertions, 14 deletions
diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml
index e7d18797a..b991e8b1a 100644
--- a/.github/workflows/runtime.yml
+++ b/.github/workflows/runtime.yml
@@ -31,20 +31,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- otp: ['19.3', '21.3', '22.0', '24.3', '25']
+ otp: ['19.3', '20.3', '24.3', '25']
rebar: ['rebar', 'rebar3']
- include:
- - otp: '19.3'
- os: ubuntu-18.04
- - otp: '21.3'
- os: ubuntu-20.04
- - otp: '22.0'
- os: ubuntu-20.04
- - otp: '24.3'
- os: ubuntu-20.04
- - otp: '25'
- os: ubuntu-20.04
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
container:
image: erlang:${{ matrix.otp }}
@@ -132,7 +121,7 @@ jobs:
elixir: '1.11.4'
- otp: '25.0'
elixir: '1.12.3'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps: