Skip to content

Commit 287e472

Browse files
committed
Change the release to build with Ubuntu-18 as Ubuntu-16 is no longer on GitHub
1 parent b0d2200 commit 287e472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
include:
45-
- os: ubuntu-16.04
45+
- os: ubuntu-18.04
4646
SUFFIX: x86_64-linux.tar.gz
4747
- os: macOS-latest
4848
SUFFIX: x86_64-osx.tar.gz
@@ -68,7 +68,7 @@ jobs:
6868
asset_content_type: application/zip
6969

7070
- uses: actions/upload-release-asset@v1
71-
if: matrix.os == 'ubuntu-16.04'
71+
if: matrix.os == 'ubuntu-18.04'
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
with:

0 commit comments

Comments
 (0)