Use ubuntu-20.04 image for router packages in CI

This commit is contained in:
Neil Alexander
2023-10-24 22:44:33 +01:00
parent 7934158f5f
commit 8afa737a8d

View File

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