From b5a4df1efc52a5d0fba6b947b123aa7b2e81d108 Mon Sep 17 00:00:00 2001 From: Master-Hash Date: Wed, 25 Jun 2025 03:23:42 +0800 Subject: [PATCH] ci: run arm windows test on windows-11-arm runner image --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b79bac7d..1f725d840 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: # mac-latest (currently mac-14) is an ARM device, so use macos-13 to get Intel. - { target: x86_64-apple-darwin, os: macos-13 } - { target: x86_64-pc-windows-msvc, os: windows-latest } - - { target: aarch64-pc-windows-msvc, os: windows-latest } + - { target: aarch64-pc-windows-msvc, os: windows-11-arm } - { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }