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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git


The following commit(s) were added to refs/heads/main by this push:
     new c8e2e7fc2 ci: remove macos x86 CI for Python (#3023)
c8e2e7fc2 is described below

commit c8e2e7fc2a9e42285c319641e12f6293cad3943f
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Dec 9 11:57:28 2025 +0800

    ci: remove macos x86 CI for Python (#3023)
    
    ## Why?
    
    
    
    ## What does this PR do?
    
    
    
    ## Related issues
    
    
    
    ## Does this PR introduce any user-facing change?
    
    
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
---
 .github/workflows/build-native-release.yml | 2 +-
 .github/workflows/ci.yml                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-native-release.yml 
b/.github/workflows/build-native-release.yml
index 738ac53a4..88af14b94 100644
--- a/.github/workflows/build-native-release.yml
+++ b/.github/workflows/build-native-release.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [macos-13, macos-latest, windows-latest]
+        os: [macos-15-large, macos-latest, windows-latest]
         python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
     steps:
       - uses: actions/checkout@v5
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e77b3301c..301d14d4c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -338,7 +338,7 @@ jobs:
     name: C++ CI
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-14, macos-latest, windows-2022]  # macos-13: 
x86, macos-14: arm64
+        os: [ubuntu-latest, macos-latest, windows-2022]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v5
@@ -440,7 +440,7 @@ jobs:
     strategy:
       matrix:
         python-version: [3.8, 3.12, 3.13.3]
-        os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-14, windows-2022]
+        os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-2022]
     steps:
       - uses: actions/checkout@v5
       - name: Set up Python ${{ matrix.python-version }}


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

Reply via email to