4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-15 07:26:05 +00:00

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 }})
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with: