Skip to content

Commit

Permalink
Disable testing on Fedora rawhide which now has dnf5.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed May 29, 2024
1 parent ebbc003 commit 3d2ebcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
test_task:
arm_container:
matrix:
image: registry.fedoraproject.org/fedora:rawhide
image: registry.fedoraproject.org/fedora:latest
build_script: tests/build.sh
test_script: make test
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-40, fedora-39, fedora-38 ]
os: [ fedora-40, fedora-39, fedora-38 ]
steps:
- uses: actions/checkout@v4
- name: Set the right OS in the Dockerfile
Expand Down

0 comments on commit 3d2ebcc

Please sign in to comment.