From dd4dce36a4da21f18aa465620128ba5737437eb8 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Wed, 2 Nov 2022 04:15:31 +0100 Subject: [PATCH] Downgrade Fedora image used in GitHub Actions CI to 36 (#4070) 37 is still "rawhide" and it starts to pull in packages from 38 making things weird. --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e5869aa79..7df302b9d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -467,12 +467,12 @@ jobs: name: binaries-${{ github.job }} path: pfx/**/* - fedora-37-from-tarball: + fedora-36-from-tarball: needs: [ make-source-tarball, what-to-make ] if: ${{ needs.what-to-make.outputs.make-cli == 'true' || needs.what-to-make.outputs.make-daemon == 'true' || needs.what-to-make.outputs.make-gtk == 'true' || needs.what-to-make.outputs.make-qt == 'true' || needs.what-to-make.outputs.make-tests == 'true' || needs.what-to-make.outputs.make-utils == 'true' }} runs-on: ubuntu-22.04 container: - image: fedora:37 + image: fedora:36 steps: - name: Show Configuration run: |