From b4db543eaad411486fb65de5bf50ffe240547c10 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Mon, 9 Dec 2024 14:37:02 +0800 Subject: [PATCH] [chore](ci) macOS-12 environment is deprecated, switch to macOS-13 (#45185) --- .github/workflows/build-thirdparty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-thirdparty.yml b/.github/workflows/build-thirdparty.yml index 9c8532941b..caca2ece6a 100644 --- a/.github/workflows/build-thirdparty.yml +++ b/.github/workflows/build-thirdparty.yml @@ -138,7 +138,7 @@ jobs: name: Build Third Party Libraries (macOS) needs: changes if: ${{ needs.changes.outputs.thirdparty_changes == 'true' }} - runs-on: macos-12 + runs-on: macos-13 steps: - name: Checkout ${{ github.ref }} uses: actions/checkout@v3