Skip to content

Commit

Permalink
Use Ubuntu 20.04 image for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Oct 10, 2022
1 parent 5abfd96 commit f8fcc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-16.04]
os: [ubuntu-20.04]
include:
- os: ubuntu-16.04
- os: ubuntu-20.04
artifact_name: crystal-build
asset_name: crystal-build_${{ github.ref }}_linux-amd64
fail-fast: false
Expand Down

0 comments on commit f8fcc6a

Please sign in to comment.