diff options
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5064760d2..a94b3d0a87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ on: # Build on the oldest supported images, so we have broader compatibility jobs: linux: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 outputs: version: ${{ steps.build.outputs.version }} release: ${{ steps.build.outputs.release }} @@ -43,7 +43,7 @@ jobs: retention-days: 1 appimage: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 with: |