File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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-rolling
31+ runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v4
3434 - name : Packaging
4242 # ====== Debian Linux =====================================================
4343 debian-packaging :
4444 name : Debian Packaging
45- runs-on : ubuntu-rolling
45+ runs-on : ubuntu-latest
4646 container :
4747 image : debian:unstable
4848 options : --privileged
5959 # ====== Fedora Linux =====================================================
6060 fedora-packaging :
6161 name : Fedora Packaging
62- runs-on : ubuntu-rolling
62+ runs-on : ubuntu-latest
6363 container :
6464 # The GitHub runner issue with Mock seems to be fixed now:
6565 # => https://github.com/rpm-software-management/mock/issues/1487
You can’t perform that action at this time.
0 commit comments