From 4fbe386656326ec2af3223e8dfcc15785f3f2828 Mon Sep 17 00:00:00 2001 From: peefy Date: Sun, 4 Feb 2024 15:18:36 +0800 Subject: [PATCH] chore: add macos-12 large action Signed-off-by: peefy --- .github/workflows/macos_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index 06d234683..2f18d88f5 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -5,7 +5,7 @@ jobs: # Ref: https://github.com/actions/runner-images/tree/main/images/macos strategy: matrix: - os: [macos-11, macos-12] + os: [macos-11, macos-12, macos-12-large] runs-on: ${{ matrix.os }} steps: - name: Git checkout