From 14c692bc822f9baf98bea9a8522d7cadcf1166e8 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 2 May 2021 16:27:27 -0400 Subject: [PATCH] ci(gha/release): Bump to ubuntu-18.04 Per https://wiki.ubuntu.com/Releases, 16.04 is no longer under standard support. Switch to the next LTS, 18.04, for the next couple years. --- .github/workflows/release.yml | 4 ++-- 1 file 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: