Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This reverts commit ace3b0d.

Since the DNS records are not reliable in older versions as well,
we will wait for them to show up in our tests.
  • Loading branch information
adelton committed Dec 12, 2024
1 parent bf34848 commit 47cc0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47cc0ec

Please sign in to comment.