Skip to content

Commit 743e8ff

Browse files
committed
fix(CD): set windows runner to windows-latest
1 parent e28650e commit 743e8ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist-workspace.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ runner = "ubuntu-latest"
3131
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
3232
runner = "ubuntu-latest"
3333
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

Comments
 (0)