Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 700cb00

Browse filesBrowse files
committed
Defined static version of windows server
1 parent 209d32e commit 700cb00
Copy full SHA for 700cb00

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/build_wheels_windows.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_windows.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [windows-latest]
24+
os: [windows-2019]
2525
python-version: ['3.6']
2626
platform: [x86, x64]
2727
with_contrib: [0, 1]
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
os: [windows-latest]
89+
os: [windows-2019]
9090
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
9191
platform: [x86, x64]
9292
with_contrib: [0, 1]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.