From 413e52b38d92f562d8e0425f2c3cccdbcbc4b735 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 19 Feb 2021 01:25:57 +1000 Subject: [PATCH] CI: Use Ubuntu 20.04 for AppImage builds --- .github/workflows/rolling-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 6418c5a18..9ccca227b 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -156,7 +156,7 @@ jobs: linux-build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2.3.1 with: @@ -276,7 +276,7 @@ jobs: create-release: 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' steps: - name: Download Windows Artifacts