Skip to content

Commit 2e56950

Browse files
committed
fix CI
1 parent 1bfefd9 commit 2e56950

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ on:
99
jobs:
1010
mix_test:
1111
name: mix test (${{format(matrix.blend != '' && 'Blend {0} | Elixir {1} | Erlang/OTP {1}' || 'Elixir {1} | Erlang/OTP {2}', matrix.blend, matrix.elixir, matrix.otp)}})
12-
runs-on: ubuntu-latest
1312
strategy:
1413
fail-fast: false
1514
matrix:
1615
include:
1716
- elixir: '1.13.4'
1817
otp: '24.0'
18+
os: 'ubuntu-20.04'
1919
blend: 'lowest'
20-
- elixir: '1.13.4'
21-
otp: '25.0'
22-
- elixir: '1.14.0'
20+
- elixir: '1.14.1'
2321
otp: '25.0'
2422
- elixir: '1.15.2'
2523
otp: '26.0'
@@ -35,6 +33,7 @@ jobs:
3533
otp: '27.3.3'
3634
blend: 'github'
3735
warnings_as_errors: true
36+
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
3837
env:
3938
MIX_ENV: test
4039
BLEND: ${{ matrix.blend }}

0 commit comments

Comments
 (0)