We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f3249 commit 36c3864Copy full SHA for 36c3864
.github/workflows/packaging.yml
@@ -61,7 +61,9 @@ jobs:
61
name: Fedora Packaging
62
runs-on: ubuntu-latest
63
container:
64
- image: fedora:41
+ # Using Fedora 39 here, due to problems with Mock!
65
+ # => https://github.com/rpm-software-management/mock/issues/1487
66
+ image: fedora:39
67
options: --privileged --cap-add=SYS_ADMIN
68
steps:
69
- uses: actions/checkout@v4
0 commit comments