Skip to content

Commit

Permalink
Change the release to build with Ubuntu-18 as Ubuntu-16 is no longer …
Browse files Browse the repository at this point in the history
…on GitHub
  • Loading branch information
ndmitchell committed Aug 30, 2021
1 parent b0d2200 commit 287e472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-16.04
- os: ubuntu-18.04
SUFFIX: x86_64-linux.tar.gz
- os: macOS-latest
SUFFIX: x86_64-osx.tar.gz
Expand All @@ -68,7 +68,7 @@ jobs:
asset_content_type: application/zip

- uses: actions/upload-release-asset@v1
if: matrix.os == 'ubuntu-16.04'
if: matrix.os == 'ubuntu-18.04'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 287e472

Please sign in to comment.