Skip to content

Commit

Permalink
Fixed ubuntu version for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoesteves committed Apr 13, 2022
1 parent 1e1b16d commit 18faaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:

name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 18faaa4

Please sign in to comment.