From d15718f6722c08cbbde37edf36eeea3e9bdf3161 Mon Sep 17 00:00:00 2001 From: Marshall Porter Date: Sun, 16 Aug 2026 15:53:03 -0700 Subject: [PATCH] ci: test on native Windows ARM64 (#504) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf3111..08b5d23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,13 @@ jobs: name: run tests strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm] toolchain: [stable, 1.87.0] # MSRV include: - platform: windows-latest exe_suffix: .exe + - platform: windows-11-arm + exe_suffix: .exe runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v7