Skip to content

Commit

Permalink
Use Ubuntu 20 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Dec 2, 2022
1 parent 6c6118c commit 986459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
elixir-version: [1.12.x, 1.11.x, 1.10.x, 1.9.x, 1.8.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
HEX_API_KEY: ${{ secrets.MIREGO_HEXPM_API_KEY }}
steps:
Expand Down

0 comments on commit 986459f

Please sign in to comment.