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

Use ubuntu-20.04 image for Debian packages in CI

This commit is contained in:
Neil Alexander
2023-10-24 12:10:48 +01:00
parent a60771344a
commit 7934158f5f

View File

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