Skip to content

Commit 429403a

Browse files
committed
Update CI workers for packaging pipeline
1 parent ffc0dc9 commit 429403a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
name: Package (Debian, ${{ matrix.pkgarch }})
1818

19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
@@ -110,7 +110,7 @@ jobs:
110110

111111
name: Package (Router, ${{ matrix.pkgarch }})
112112

113-
runs-on: ubuntu-20.04
113+
runs-on: ubuntu-latest
114114
steps:
115115
- uses: actions/checkout@v4
116116
with:

0 commit comments

Comments
 (0)