This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-5 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3a30caddac6d83f9ad5f3cda12a51efebd293d44 Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Mon Dec 9 14:26:30 2024 +0800 [chore](ci) macOS-12 environment is deprecated, switch to macOS-13 --- .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 9c8532941b5..caca2ece6a6 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org