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 1b091e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,11 +79,11 @@ 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:
- os: windows-latest
- os: windows-2019
arch: multi-arch
include:
- os: windows-latest
Expand Down

0 comments on commit 1b091e6

Please sign in to comment.