File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 # ====== Ubuntu Linux =====================================================
2929 ubuntu-packaging :
3030 name : Ubuntu Packaging
31- runs-on : ubuntu-24.04
31+ runs-on : ubuntu-rolling
3232 steps :
3333 - uses : actions/checkout@v4
3434 - name : Packaging
4242 # ====== Debian Linux =====================================================
4343 debian-packaging :
4444 name : Debian Packaging
45- runs-on : ubuntu-latest
45+ runs-on : ubuntu-rolling
4646 container :
4747 image : debian:unstable
4848 options : --privileged
@@ -59,11 +59,11 @@ jobs:
5959 # ====== Fedora Linux =====================================================
6060 fedora-packaging :
6161 name : Fedora Packaging
62- runs-on : ubuntu-latest
62+ runs-on : ubuntu-rolling
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
You can’t perform that action at this time.
0 commit comments