From 47cc0ecaf579a36b4440264529ad502318e82253 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 12 Dec 2024 10:59:25 +0100 Subject: [PATCH] Revert "Workaround https://bugzilla.redhat.com/show_bug.cgi?id=2325760." This reverts commit ace3b0d4b2be91da6a4b824071d451d226b71670. Since the DNS records are not reliable in older versions as well, we will wait for them to show up in our tests. --- .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 a58b5baf..a7070e9c 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-41, rocky-9, almalinux-8, centos-9-stream ] + os: [ fedora-rawhide, 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-41, fedora-40, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ] + os: [ fedora-rawhide, fedora-41, fedora-40, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ] timeout-minutes: 30 steps: - uses: actions/download-artifact@v4