Skip to content

Commit

Permalink
Run CI on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Dec 15, 2021
1 parent e2e55a2 commit beaae0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
otp: "21.3.8.14"
- elixir: "1.7.4"
otp: "20.3.8.26"
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -28,7 +28,7 @@ jobs:
run: mix test
mix_format:
name: mix format (Elixir 1.9.4 OTP 22.3)
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit beaae0b

Please sign in to comment.