Skip to content

Commit

Permalink
Build wheel on Windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Sep 30, 2024
1 parent fdd7892 commit 41ececc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-12]
os: [ubuntu-20.04, windows-2019, macos-12]

if: github.actor == 'Legrandin'

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, windows-latest, macos-12 ]
os: [ ubuntu-20.04, windows-2019, macos-12 ]
arch: [ multi-arch ]
# Python 2 on Windows requires manual toolchain setup (per-arch) due to newer MSVC used here
exclude:
Expand Down

0 comments on commit 41ececc

Please sign in to comment.