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

lzljs3620320 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 b3b59fa3cc [hotfix] fix faiss public snapshot as mac os jdk not exit 
in temurin (#7004)
b3b59fa3cc is described below

commit b3b59fa3cc607be3bb41e4ba46dd59fbb931ee2a
Author: jerry <[email protected]>
AuthorDate: Mon Jan 12 10:13:08 2026 +0800

    [hotfix] fix faiss public snapshot as mac os jdk not exit in temurin (#7004)
---
 .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 e192846fd9..1f68de036f 100644
--- a/.github/workflows/publish-faiss_snapshot.yml
+++ b/.github/workflows/publish-faiss_snapshot.yml
@@ -127,7 +127,7 @@ jobs:
         uses: actions/setup-java@v4
         with:
           java-version: ${{ env.JDK_VERSION }}
-          distribution: 'temurin'
+          distribution: 'zulu'
 
       - name: Download Linux AMD64 native library
         uses: actions/download-artifact@v4

Reply via email to