From ace3b0d4b2be91da6a4b824071d451d226b71670 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 12 Nov 2024 22:17:22 +0100 Subject: [PATCH] Workaround https://bugzilla.redhat.com/show_bug.cgi?id=2325760. --- .github/workflows/build-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index b486c42a..cbbb2038 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -316,7 +316,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ fedora-rawhide, fedora-41, rocky-9, almalinux-8, centos-9-stream ] + os: [ fedora-41, rocky-9, almalinux-8, centos-9-stream ] timeout-minutes: 30 steps: - uses: actions/checkout@v4 @@ -347,7 +347,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ fedora-rawhide, fedora-41, fedora-40, fedora-39, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ] + os: [ fedora-41, fedora-40, fedora-39, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ] timeout-minutes: 30 steps: - uses: actions/download-artifact@v4