Skip to content

Commit 7306517

Browse files
committed
Explicitly use Windows 2019 virtual environment as either TOX or Cargo seem to have trouble finding the MSVC linker in the 2022 version.
1 parent 0e3d7ef commit 7306517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
platform: [
3636
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
3737
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
38-
{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
39-
{ os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
38+
{ os: "windows-2019", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
39+
{ os: "windows-2019", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
4040
]
4141
include:
4242
# NumPy does not provide pre-built wheels for PyPy on macOS and Windows

0 commit comments

Comments
 (0)