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

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f88694  Remove support to macos-x86_64 because no resource to build
1f88694 is described below

commit 1f886941a0f160d3cd64ff20e55d02e10ce2e2b5
Author: JingsongLi <[email protected]>
AuthorDate: Wed May 20 20:25:59 2026 +0800

    Remove support to macos-x86_64 because no resource to build
---
 .github/workflows/publish_snapshot.yml | 11 -----------
 .github/workflows/release-java.yml     | 11 -----------
 .github/workflows/release-python.yml   |  3 ---
 3 files changed, 25 deletions(-)

diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 5181831..41b672b 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -50,11 +50,6 @@ jobs:
             os_name: linux
             arch: aarch64
             lib_name: libmosaic_jni.so
-          - os: macos-13
-            target: x86_64-apple-darwin
-            os_name: macos
-            arch: x86_64
-            lib_name: libmosaic_jni.dylib
           - os: macos-latest
             target: aarch64-apple-darwin
             os_name: macos
@@ -112,12 +107,6 @@ jobs:
           name: native-linux-aarch64
           path: java/src/main/resources/native/linux/aarch64
 
-      - name: Download macOS x86_64 native library
-        uses: actions/download-artifact@v4
-        with:
-          name: native-macos-x86_64
-          path: java/src/main/resources/native/macos/x86_64
-
       - name: Download macOS aarch64 native library
         uses: actions/download-artifact@v4
         with:
diff --git a/.github/workflows/release-java.yml 
b/.github/workflows/release-java.yml
index b00f51a..433d69e 100644
--- a/.github/workflows/release-java.yml
+++ b/.github/workflows/release-java.yml
@@ -49,11 +49,6 @@ jobs:
             os_name: linux
             arch: aarch64
             lib_name: libmosaic_jni.so
-          - os: macos-13
-            target: x86_64-apple-darwin
-            os_name: macos
-            arch: x86_64
-            lib_name: libmosaic_jni.dylib
           - os: macos-latest
             target: aarch64-apple-darwin
             os_name: macos
@@ -100,12 +95,6 @@ jobs:
           name: native-linux-aarch64
           path: java/src/main/resources/native/linux/aarch64
 
-      - name: Download macOS x86_64 native library
-        uses: actions/download-artifact@v4
-        with:
-          name: native-macos-x86_64
-          path: java/src/main/resources/native/macos/x86_64
-
       - name: Download macOS aarch64 native library
         uses: actions/download-artifact@v4
         with:
diff --git a/.github/workflows/release-python.yml 
b/.github/workflows/release-python.yml
index 8ed5a34..1c7a184 100644
--- a/.github/workflows/release-python.yml
+++ b/.github/workflows/release-python.yml
@@ -84,9 +84,6 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: macos-13
-            target: x86_64-apple-darwin
-            lib_name: libmosaic_ffi.dylib
           - os: macos-latest
             target: aarch64-apple-darwin
             lib_name: libmosaic_ffi.dylib

Reply via email to