Skip to content

Commit

Permalink
Revert ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 9, 2021
1 parent ad27b56 commit 935a2f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
elixir: 1.11.2
- otp: 24.0
elixir: 1.12.0
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
Expand All @@ -47,7 +47,7 @@ jobs:

checks:
name: static checks
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
strategy:
matrix:
include:
Expand All @@ -71,7 +71,7 @@ jobs:

docs:
name: docs
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
include:
- otp: 24.0
elixir: 1.12.0
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
needs: [test, checks, docs]
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
Expand Down

0 comments on commit 935a2f7

Please sign in to comment.