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: windows:
if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow' if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow'
name: Windows ${{ matrix.cibw_arch }} name: Windows ${{ matrix.cibw_arch }}
runs-on: windows-latest runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- cibw_arch: x86 - cibw_arch: x86
os: windows-latest
- cibw_arch: AMD64 - cibw_arch: AMD64
os: windows-latest
- cibw_arch: ARM64 - cibw_arch: ARM64
os: windows-11-arm
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: