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 9a33fbe commit 5c35b17Copy full SHA for 5c35b17
.github/workflows/pysplashsurf_CI.yml
@@ -259,11 +259,17 @@ jobs:
259
windows_wheels:
260
name: Build wheels for Windows ${{ matrix.target }}
261
needs: generate-stub
262
- runs-on: windows-latest
+ runs-on: ${{ matrix.runner }}
263
strategy:
264
fail-fast: false
265
matrix:
266
- target: [x64, x86]
+ include:
267
+ - runner: windows-latest
268
+ target: x64
269
270
+ target: x86
271
+ - runner: windows-11-arm
272
+ target: arm64
273
steps:
274
- uses: actions/checkout@v4
275
- name: Download stub artifact
0 commit comments