Switching to using Debian Testing for CI MSW cross builds

Sid is currently broken and installing dependencies fails, so switch to
Testing at least temporarily.
This commit is contained in:
Vadim Zeitlin 2021-12-17 21:40:50 +01:00
parent 3c7b40e999
commit a3c89f38dc

View file

@ -51,7 +51,7 @@ jobs:
# versions of MinGW and Wine and is simpler to test with locally than the
# bespoke container used by GitHub Actions by default.
runs-on: ubuntu-latest
container: debian:sid-slim
container: debian:testing-slim
name: ${{ matrix.name }}
strategy:
fail-fast: false