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 46bace52ea [hotfix] fix faiss public snapshot as mac os jdk not exit
in temurin
46bace52ea is described below
commit 46bace52ea5874a9993aef1bf104cc69f645e6ce
Author: jerry <[email protected]>
AuthorDate: Tue Jan 13 09:58:05 2026 +0800
[hotfix] fix faiss public snapshot as mac os jdk not exit in temurin
---
.github/workflows/publish-faiss_snapshot.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish-faiss_snapshot.yml
b/.github/workflows/publish-faiss_snapshot.yml
index 4e17b3e64a..3162f737cd 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: 'zulu'
+ distribution: 'temurin'
- name: Build FAISS native library
uses: ./.github/actions/build-faiss-native
@@ -99,7 +99,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