Merge pull request #1977 from RincewindsHat/revert_to_debian_stable

Use debian stable for main tests again
This commit is contained in:
Lorenz Kästle 2023-12-22 16:43:52 +01:00 committed by GitHub
commit b1442d73d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,10 +49,10 @@ jobs:
fail-fast: false
matrix:
distro:
- 'debian:testing'
- 'debian:stable'
#...
include:
- distro: 'debian:testing'
- distro: 'debian:stable'
prepare: .github/prepare_debian.sh
#...
steps: