Skip to content

Commit a57d013

Browse files
committed
Workflow update.
1 parent 60969aa commit a57d013

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 3 additions & 1 deletion
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)