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:
parent
3c7b40e999
commit
a3c89f38dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_msw_cross.yml
vendored
2
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue