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