Skip to content

Commit cdb278e

Browse files
authored
Add Fedora 41 runner (#95)
Add a Fedora 41 runner to build the F41 zfs-release RPM. Signed-off-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]>
1 parent 832bf92 commit cdb278e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zfs-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: ["almalinux9", "fedora40"]
28+
os: ["almalinux9", "fedora40", "fedora41"]
2929
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)