Skip to content

Commit

Permalink
use windows-2019 to avoid latest bug in msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Jun 11, 2024
1 parent a50dfbb commit 713dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
os: [ubuntu-latest, windows-2019, macos-12, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 713dd3a

Please sign in to comment.