From 2c153f532821c33e7996246bc835a14441ce2124 Mon Sep 17 00:00:00 2001 From: peefy Date: Sun, 4 Feb 2024 15:26:38 +0800 Subject: [PATCH] cc 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 29fd7b05c..80a63391b 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, macos-13-large] + os: [macos-11, macos-12, macos-13-xlarge] runs-on: ${{ matrix.os }} steps: - name: Git checkout