Skip to content

Commit f427e99

Browse files
committed
ci: fix "Build rpm packages (fedora-40-x86_64)" build failure
Fedora 40 build target on Mock (rpm build tool) is deleted since Fedora 40 is EOL. (see: https://docs.fedoraproject.org/en-US/releases/eol/) We need to update the target to Fedora 41 and Fedora 42.
1 parent 50b27c6 commit f427e99

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)