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

haonan pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/dev/1.3 by this push:
     new 489bd73ff33 [To dev/1.3] Use oracle jdk in 1c3d IT (#16182)
489bd73ff33 is described below

commit 489bd73ff3334031f4083da2a943c78424fff7bd
Author: Haonan <[email protected]>
AuthorDate: Fri Aug 15 14:23:37 2025 +0800

    [To dev/1.3] Use oracle jdk in 1c3d IT (#16182)
---
 .github/workflows/cluster-it-1c3d.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cluster-it-1c3d.yml 
b/.github/workflows/cluster-it-1c3d.yml
index 7caeb9614ef..8f1adf10df4 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -46,7 +46,7 @@ jobs:
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v4
         with:
-          distribution: liberica
+          distribution: oracle
           java-version: ${{ matrix.java }}
       - name: IT/UT Test
         shell: bash

Reply via email to