From 8895bba448534a4eb159f18e57fd845c740e1d38 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 5 May 2025 18:10:20 +0900 Subject: [PATCH] ci: Test AArch64 Windows (#7288) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9816c46a9..f6680967e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -554,6 +554,8 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved rustflags: --cfg tokio_taskdump + - target: aarch64-pc-windows-msvc + os: windows-11-arm steps: - uses: actions/checkout@v4 - name: Install Rust stable @@ -598,6 +600,8 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved rustflags: --cfg tokio_taskdump + - target: aarch64-pc-windows-msvc + os: windows-11-arm steps: - uses: actions/checkout@v4 - name: Install Rust stable