This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch use_oracle_jdk_in_1c3dIT in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 35ccb9eaeaedcd4a33d082f6f8258d5531df1fca Author: HTHou <[email protected]> AuthorDate: Fri Aug 15 09:43:40 2025 +0800 Use oracle jdk in 1c3dIT --- .github/workflows/cluster-it-1c3d.yml | 2 +- .github/workflows/table-cluster-it-1c3d.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cluster-it-1c3d.yml b/.github/workflows/cluster-it-1c3d.yml index e889d3c98d2..b2f179d33a8 100644 --- a/.github/workflows/cluster-it-1c3d.yml +++ b/.github/workflows/cluster-it-1c3d.yml @@ -45,7 +45,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 diff --git a/.github/workflows/table-cluster-it-1c3d.yml b/.github/workflows/table-cluster-it-1c3d.yml index a2603dd7913..834c6bff24f 100644 --- a/.github/workflows/table-cluster-it-1c3d.yml +++ b/.github/workflows/table-cluster-it-1c3d.yml @@ -45,7 +45,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
