Add aarch64 Windows to CI.

This commit is contained in:
Josh Cotton
2025-04-29 14:40:17 -07:00
parent 494eef044c
commit ad75d79a52
+1
View File
@@ -91,6 +91,7 @@ jobs:
- { target: aarch64-apple-darwin , os: macos-14 }
- { target: x86_64-pc-windows-gnu , os: windows-2022 }
- { target: x86_64-pc-windows-msvc , os: windows-2022 }
- { target: aarch64-pc-windows-msvc , os: windows-11-arm }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04, use-cross: true }
- { target: x86_64-unknown-linux-musl , os: ubuntu-22.04, use-cross: true }
env: