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

xiaokang 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 d5a3ba25 chore(ci): update macos workflow image (#788)
d5a3ba25 is described below

commit d5a3ba254b124960fb63581dff379f1462dffdf8
Author: Xiaokang Yang <[email protected]>
AuthorDate: Fri Oct 17 12:16:37 2025 +0800

    chore(ci): update macos workflow image (#788)
    
    * change macos image
    
    * try run cli on macos
    
    * cancel run cli on macos
    
    * only run on macos latest
---
 .github/workflows/ci.yml  | 11 +++--------
 .github/workflows/cli.yml | 11 +++--------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6e88d918..7c1665e4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -189,19 +189,14 @@ jobs:
         path: cpp/build-static/libgraphar.a
 
   macos:
-    name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} C++
-    runs-on: macos-${{ matrix.macos-version }}
+    name: macos latest C++
+    runs-on: macos-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') && 
github.event.pull_request.draft == false }}
     env:
       GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
     strategy:
       fail-fast: false
-      matrix:
-        include:
-          - architecture: AMD64
-            macos-version: "13"
-          - architecture: ARM64
-            macos-version: "14"
+
     steps:
     - uses: actions/checkout@v3
       with:
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 1bfa0a1c..a2670767 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -82,18 +82,13 @@ jobs:
         token: ${{ secrets.CODECOV_TOKEN }}
 
   macos:
-    name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} CLI
-    runs-on: macos-${{ matrix.macos-version }}
+    name: macos latest CLI
+    runs-on: macos-latest
     # TODO: Remove this when the macos issue is fixed
     if: false   
     strategy:
       fail-fast: false
-      matrix:
-        include:
-          - architecture: AMD64
-            macos-version: "12"
-          - architecture: ARM64
-            macos-version: "14"
+
     steps:
     - uses: actions/checkout@v3
       with:


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

Reply via email to