Update CI workers for packaging pipeline

This commit is contained in:
Neil Alexander 2025-06-22 23:00:38 +01:00
parent ffc0dc92e0
commit 429403aea5
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -16,7 +16,7 @@ jobs:
name: Package (Debian, ${{ matrix.pkgarch }})
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@ -110,7 +110,7 @@ jobs:
name: Package (Router, ${{ matrix.pkgarch }})
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: