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 8292280 commit 3da6ff1Copy full SHA for 3da6ff1
.github/workflows/build.yml
@@ -208,16 +208,22 @@ jobs:
208
209
build_wheel_win:
210
name: Build wheels on Windows (${{ matrix.cmake_arch }})
211
- runs-on: windows-2019
212
strategy:
213
matrix:
214
include:
215
- cmake_arch: Win32
216
wheel_arch: win32
217
vcpkg_arch: x86
+ os: windows-2019
218
- cmake_arch: x64
219
wheel_arch: win_amd64
220
vcpkg_arch: x64
221
222
+ - cmake_arch: ARM64
223
+ wheel_arch: win_arm64
224
+ vcpkg_arch: arm64
225
+ os: windows-11-arm
226
+ runs-on: ${{ matrix.os }}
227
228
steps:
229
- uses: actions/checkout@v4
0 commit comments