We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3d7ef commit 7306517Copy full SHA for 7306517
.github/workflows/ci.yml
@@ -35,8 +35,8 @@ jobs:
35
platform: [
36
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
37
{ 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" },
+ { os: "windows-2019", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
+ { os: "windows-2019", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
40
]
41
include:
42
# NumPy does not provide pre-built wheels for PyPy on macOS and Windows
0 commit comments