Skip to content

Commit

Permalink
Update Ubuntu (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 9, 2023
1 parent 012deec commit db21198
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
MIX_ENV: test
strategy:
fail-fast: false
matrix:
include:
- pair:
elixir: 1.7.4
otp: 21.3.8.17
elixir: "1.10"
otp: 22.3
- pair:
elixir: 1.11.4
otp: 23.3.3
elixir: 1.14
otp: 25.3
lint: lint
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit db21198

Please sign in to comment.