From b0ca2dfbbe53aeb221956fe0fe50a72095946880 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 10 Jan 2025 10:10:20 +0100 Subject: [PATCH 1/2] Does windows aarch work ? --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2cc964386..f50566ef1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -94,6 +94,8 @@ jobs: target: x64 - runner: windows-latest target: x86 + - runner: windows-latest + target: aarch64 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 From 4bfb678a7c4ff4d958c62548af777f06cd71b9e1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 10 Jan 2025 10:15:39 +0100 Subject: [PATCH 2/2] arm64 ? --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f50566ef1..c35aed56f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -95,7 +95,7 @@ jobs: - runner: windows-latest target: x86 - runner: windows-latest - target: aarch64 + target: arm64 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5