Skip to content

Commit 225ea73

Browse files
authored
Merge pull request #311 from syuu1228/fix_rpm_fedora_40_failure
ci: fix "Build rpm packages (fedora-40-x86_64)" build failure
2 parents 50b27c6 + f427e99 commit 225ea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
dist-version: [rocky-9-x86_64, fedora-40-x86_64, fedora-41-x86_64]
32+
dist-version: [rocky-9-x86_64, fedora-41-x86_64, fedora-42-x86_64]
3333
fail-fast: false
3434

3535
steps:

0 commit comments

Comments
 (0)