Skip to content

Commit 700cb00

Browse files
committed
Defined static version of windows server
1 parent 209d32e commit 700cb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_windows.yml

+2-2
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)