From ad75d79a520dec63a4e5333fe3c855eb5dd20aa5 Mon Sep 17 00:00:00 2001 From: Josh Cotton Date: Tue, 29 Apr 2025 14:40:17 -0700 Subject: [PATCH] Add aarch64 Windows to CI. --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 5ec3e71a..3a471365 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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: