CI: Use Ubuntu 20.04 for AppImage builds

This commit is contained in:
Connor McLaughlin 2021-02-19 01:25:57 +10:00
parent 1b544ae350
commit 413e52b38d

View file

@ -156,7 +156,7 @@ jobs:
linux-build: linux-build:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2.3.1 - uses: actions/checkout@v2.3.1
with: with:
@ -276,7 +276,7 @@ jobs:
create-release: create-release:
needs: [windows-build, windows-arm64-build, linux-build, android-build, macos-build] needs: [windows-build, windows-arm64-build, linux-build, android-build, macos-build]
runs-on: "ubuntu-latest" runs-on: "ubuntu-20.04"
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
steps: steps:
- name: Download Windows Artifacts - name: Download Windows Artifacts