diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddcf21fe..ce1ef0cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,10 @@ jobs: include: - name: windows-x86_64 os: windows-latest + - name: windows-arm64 + os: windows-latest + target: aarch64-pc-windows-msvc + args: --target aarch64-pc-windows-msvc - name: linux-x86_64 os: ubuntu-latest args: --compatibility manylinux2014 --zig --sdist