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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new bd064e5d fix(ci): Use mac version 13 (#649)
bd064e5d is described below

commit bd064e5d3ddfb72ce0e11f815b5a0cd2233190d3
Author: Weibin Zeng <[email protected]>
AuthorDate: Sun Oct 27 14:23:19 2024 +0800

    fix(ci): Use mac version 13 (#649)
    
    Signed-off-by: acezen <[email protected]>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0f6029aa..9cce7c07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -194,7 +194,7 @@ jobs:
       matrix:
         include:
           - architecture: AMD64
-            macos-version: "12"
+            macos-version: "13"
           - architecture: ARM64
             macos-version: "14"
     steps:


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

Reply via email to