Skip to content

Commit 7dfe2c9

Browse files
authored
Update build_wheels_windows.yml
1 parent 60d8b85 commit 7dfe2c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
Build:
22-
runs-on: windows-2019
22+
runs-on: windows-2025
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -65,6 +65,7 @@ jobs:
6565
- name: Build a package
6666
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
6767
run: |
68+
set "VISUAL_STUDIO=17"
6869
python --version
6970
python -m pip install --upgrade pip
7071
python -m pip install --upgrade setuptools

0 commit comments

Comments
 (0)