Skip to content

Commit 3da6ff1

Browse files
committed
ci: trying to add Windows ARM64 builds
1 parent 8292280 commit 3da6ff1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,22 @@ jobs:
208208

209209
build_wheel_win:
210210
name: Build wheels on Windows (${{ matrix.cmake_arch }})
211-
runs-on: windows-2019
212211
strategy:
213212
matrix:
214213
include:
215214
- cmake_arch: Win32
216215
wheel_arch: win32
217216
vcpkg_arch: x86
217+
os: windows-2019
218218
- cmake_arch: x64
219219
wheel_arch: win_amd64
220220
vcpkg_arch: x64
221+
os: windows-2019
222+
- cmake_arch: ARM64
223+
wheel_arch: win_arm64
224+
vcpkg_arch: arm64
225+
os: windows-11-arm
226+
runs-on: ${{ matrix.os }}
221227

222228
steps:
223229
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)