From db6ebf9a8b918db80cf621ffa58ea154f3584003 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:50:12 -0700 Subject: [PATCH] CI: Add testing for Window ARM --- .github/workflows/unit-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index b501c2ea394bd..08ee842885cc0 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -182,8 +182,7 @@ jobs: timeout-minutes: 90 strategy: matrix: - # Note: Don't use macOS latest since macos 14 appears to be arm64 only - os: [macos-13, macos-14, windows-latest] + os: [macos-14-large, macos-14, windows-2022, windows-11-arm] env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml, actions-313.yaml] fail-fast: false runs-on: ${{ matrix.os }}