Skip to content

Commit 713dd3a

Browse files
committed
use windows-2019 to avoid latest bug in msvc
1 parent a50dfbb commit 713dd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
23+
os: [ubuntu-latest, windows-2019, macos-12, macos-14]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)