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

zclll pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 445b5acb372 [Fix](workflow) Fix Mac be-ut github action (#58914)
445b5acb372 is described below

commit 445b5acb372c938423da7ab1531a346e217c3e5d
Author: zclllyybb <[email protected]>
AuthorDate: Wed Dec 10 20:19:02 2025 +0800

    [Fix](workflow) Fix Mac be-ut github action (#58914)
    
    previous used machine `macOS-13` is deprecated. change to `macOS-15` now
---
 .github/workflows/be-ut-mac.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/be-ut-mac.yml b/.github/workflows/be-ut-mac.yml
index 4f3db038dba..030d6463e56 100644
--- a/.github/workflows/be-ut-mac.yml
+++ b/.github/workflows/be-ut-mac.yml
@@ -29,7 +29,7 @@ concurrency:
 jobs:
   run-ut:
     name: BE UT (macOS)
-    runs-on: macos-13
+    runs-on: macos-15
     steps:
       - name: Checkout
         uses: actions/checkout@v3


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to