Skip to content

Commit da9d1b9

Browse files
authored
Update build_wheels_windows.yml
1 parent 878d9f9 commit da9d1b9

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-2025
22+
runs-on: windows-2022
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -82,7 +82,7 @@ jobs:
8282

8383
Test:
8484
needs: [Build]
85-
runs-on: windows-2025
85+
runs-on: windows-2022
8686
defaults:
8787
run:
8888
shell: cmd

0 commit comments

Comments
 (0)