This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new b4db543eaad [chore](ci) macOS-12 environment is deprecated, switch to 
macOS-13 (#45185)
b4db543eaad is described below

commit b4db543eaad411486fb65de5bf50ffe240547c10
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Dec 9 14:37:02 2024 +0800

    [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 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to