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.
This commit is contained in:
James McCoy 2021-05-02 16:27:27 -04:00
parent cfaf666ac9
commit 14c692bc82
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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: