Skip to content

Commit db6ebf9

Browse files
committed
CI: Add testing for Window ARM
1 parent bc6ad14 commit db6ebf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ jobs:
182182
timeout-minutes: 90
183183
strategy:
184184
matrix:
185-
# Note: Don't use macOS latest since macos 14 appears to be arm64 only
186-
os: [macos-13, macos-14, windows-latest]
185+
os: [macos-14-large, macos-14, windows-2022, windows-11-arm]
187186
env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml, actions-313.yaml]
188187
fail-fast: false
189188
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)