We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-latest
1 parent e28650e commit 743e8ffCopy full SHA for 743e8ff
dist-workspace.toml
@@ -31,3 +31,6 @@ runner = "ubuntu-latest"
31
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
32
runner = "ubuntu-latest"
33
container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
34
+
35
+[dist.github-custom-runners.x86_64-pc-windows-msvc]
36
+runner = "windows-latest"
0 commit comments