Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Nov 16, 2022
1 parent 697b99d commit f7aea6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Elixir environment
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: 23
elixir-version: 1.11
Expand All @@ -31,7 +31,7 @@ jobs:

test:
name: Test suite
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04

strategy:
matrix:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Elixir environment
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
Expand Down

0 comments on commit f7aea6b

Please sign in to comment.