Skip to content

Commit 5c35b17

Browse files
committed
Build wheels for Windows arm64
1 parent 9a33fbe commit 5c35b17

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,17 @@ jobs:
259259
windows_wheels:
260260
name: Build wheels for Windows ${{ matrix.target }}
261261
needs: generate-stub
262-
runs-on: windows-latest
262+
runs-on: ${{ matrix.runner }}
263263
strategy:
264264
fail-fast: false
265265
matrix:
266-
target: [x64, x86]
266+
include:
267+
- runner: windows-latest
268+
target: x64
269+
- runner: windows-latest
270+
target: x86
271+
- runner: windows-11-arm
272+
target: arm64
267273
steps:
268274
- uses: actions/checkout@v4
269275
- name: Download stub artifact

0 commit comments

Comments
 (0)