Skip to content

Commit 591f9ec

Browse files
committed
Updated CI configuration
1 parent b4cdad4 commit 591f9ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# ====== Ubuntu Linux =====================================================
2929
ubuntu-packaging:
3030
name: Ubuntu Packaging
31-
runs-on: ubuntu-24.04
31+
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Packaging
@@ -61,9 +61,9 @@ jobs:
6161
name: Fedora Packaging
6262
runs-on: ubuntu-latest
6363
container:
64-
# Using Fedora 39 here, due to problems with Mock!
64+
# The GitHub runner issue with Mock seems to be fixed now:
6565
# => https://github.com/rpm-software-management/mock/issues/1487
66-
image: fedora:39
66+
image: fedora:42
6767
options: --privileged --cap-add=SYS_ADMIN
6868
steps:
6969
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)