Skip to content

Commit 36c3864

Browse files
committed
Workflow update.
1 parent 46f3249 commit 36c3864

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/packaging.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
name: Fedora Packaging
6262
runs-on: ubuntu-latest
6363
container:
64-
image: fedora:41
64+
# Using Fedora 39 here, due to problems with Mock!
65+
# => https://github.com/rpm-software-management/mock/issues/1487
66+
image: fedora:39
6567
options: --privileged --cap-add=SYS_ADMIN
6668
steps:
6769
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)