We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507fefb commit 5082f95Copy full SHA for 5082f95
1 file changed
.github/workflows/wheels.yml
@@ -121,14 +121,17 @@ jobs:
121
windows:
122
if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow'
123
name: Windows ${{ matrix.cibw_arch }}
124
- runs-on: windows-latest
+ runs-on: ${{ matrix.os }}
125
strategy:
126
fail-fast: false
127
matrix:
128
include:
129
- cibw_arch: x86
130
+ os: windows-latest
131
- cibw_arch: AMD64
132
133
- cibw_arch: ARM64
134
+ os: windows-11-arm
135
steps:
136
- uses: actions/checkout@v4
137
with:
0 commit comments