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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe5c78e4ce [hotfix] fix faiss public snapshot as mac os jdk not exit 
in temurin
fe5c78e4ce is described below

commit fe5c78e4cecd38c5625bc3fcc6f68d207398814e
Author: jerry <[email protected]>
AuthorDate: Tue Jan 13 09:53:41 2026 +0800

    [hotfix] fix faiss public snapshot as mac os jdk not exit in temurin
---
 .github/workflows/publish-faiss_snapshot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-faiss_snapshot.yml 
b/.github/workflows/publish-faiss_snapshot.yml
index f0204cc97c..4e17b3e64a 100644
--- a/.github/workflows/publish-faiss_snapshot.yml
+++ b/.github/workflows/publish-faiss_snapshot.yml
@@ -49,7 +49,7 @@ jobs:
         uses: actions/setup-java@v5
         with:
           java-version: ${{ env.JDK_VERSION }}
-          distribution: 'temurin'
+          distribution: 'zulu'
 
       - name: Build FAISS native library
         uses: ./.github/actions/build-faiss-native

Reply via email to