We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cdad4 commit 591f9ecCopy full SHA for 591f9ec
.github/workflows/packaging.yml
@@ -28,7 +28,7 @@ jobs:
28
# ====== Ubuntu Linux =====================================================
29
ubuntu-packaging:
30
name: Ubuntu Packaging
31
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v4
34
- name: Packaging
@@ -61,9 +61,9 @@ jobs:
61
name: Fedora Packaging
62
runs-on: ubuntu-latest
63
container:
64
- # Using Fedora 39 here, due to problems with Mock!
+ # The GitHub runner issue with Mock seems to be fixed now:
65
# => https://github.com/rpm-software-management/mock/issues/1487
66
- image: fedora:39
+ image: fedora:42
67
options: --privileged --cap-add=SYS_ADMIN
68
69
0 commit comments