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
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

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