From 43c1d0227f113959e80e76c338f483c89a4f3b9d Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Wed, 28 Jan 2026 00:00:41 -0500 Subject: [PATCH] ci: test on Windows 11 ARM --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab8a208..f17be20 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: - macos-latest - ubuntu-24.04-arm - ubuntu-latest + - windows-11-arm - windows-latest runs-on: ${{ matrix.os }}