Skip to content

Commit f023cb5

Browse files
committed
Workflow update.
1 parent f6c4476 commit f023cb5

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-rolling
31+
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Packaging
@@ -42,7 +42,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)