From 5735cc5bed206497cddfbd2a75e1982c2606c35d Mon Sep 17 00:00:00 2001 From: Jordan Christiansen Date: Sat, 25 Feb 2023 09:58:14 -0600 Subject: [PATCH] Fix CI release step See https://github.com/AppImageCommunity/AppImageUpdate/commit/f2a6873a714e21518129134259579a4772a9ceaf --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bf3c12c3..327e27302 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: name: Create release and upload artifacts needs: - build - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Download artifacts uses: actions/download-artifact@v2