Skip to content

Commit 0422043

Browse files
authored
Update build_wheels_windows.yml
1 parent 70f3b02 commit 0422043

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:
@@ -79,7 +79,7 @@ jobs:
7979

8080
Test:
8181
needs: [Build]
82-
runs-on: windows-2025
82+
runs-on: windows-2022
8383
defaults:
8484
run:
8585
shell: cmd

0 commit comments

Comments
 (0)