Skip to content

Commit 88263c0

Browse files
committed
ci: use the versioned Debian WSL identifier
setup-wsl v7 removes the deprecated unversioned Debian distribution, causing every Windows matrix job to stop during environment setup. Select Debian-11, the documented replacement for the old Debian identifier, to preserve the workflow environment while allowing the action upgrade.
1 parent 99bb94e commit 88263c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: Vampire/setup-wsl@v7.0.0
7070
with:
7171
wsl-version: 1
72-
distribution: Debian
72+
distribution: Debian-11
7373

7474
- name: Prepare this repo for tests
7575
run: |

0 commit comments

Comments
 (0)