Build Windows arm64 wheels on arm64 runner (#8898)

This commit is contained in:
Andrew Murray 2025-04-16 21:05:08 +10:00 committed by GitHub
parent 6ea7dc8eea
commit f630ec097b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,14 +121,17 @@ jobs:
windows:
if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow'
name: Windows ${{ matrix.cibw_arch }}
runs-on: windows-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- cibw_arch: x86
os: windows-latest
- cibw_arch: AMD64
os: windows-latest
- cibw_arch: ARM64
os: windows-11-arm
steps:
- uses: actions/checkout@v4
with: