Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albertored committed Aug 19, 2021
1 parent 4154440 commit 3fee37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
otp: "19.x"
- elixir: "1.10.1"
otp: "22.x"
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -22,8 +22,8 @@ jobs:
postgresql db: ex_sieve_test
postgresql user: ex_sieve_user
postgresql password: ex_sieve_password
- uses: actions/checkout@v1
- uses: actions/setup-elixir@v1
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
Expand Down

0 comments on commit 3fee37c

Please sign in to comment.