From ffbdc5a83c2c9835ccf581f60522b9adbb3d65ff Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Tue, 24 Dec 2024 19:04:43 -0800 Subject: [PATCH] ci: add macOS ARM to install dependencies GHA CI job Signed-off-by: Austin Vazquez --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e9ba65..11cf9f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, windows-2022] + os: [macos-13, macos-13-xlarge, windows-2022] runs-on: ${{ matrix.os }} steps: - name: Checkout code