Skip to content

Commit 9d18fbf

Browse files
authored
Update build_wheels_windows.yml
1 parent 9af4324 commit 9d18fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -67,7 +67,7 @@ jobs:
6767
python --version
6868
python -m pip install --upgrade pip
6969
python -m pip install --upgrade setuptools
70-
python -m pip install cmake==3.24.2
70+
python -m pip install cmake
7171
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
7272
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7373
shell: cmd

0 commit comments

Comments
 (0)