This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 5302d356650 Fix daily IT jdk download (#16188)
5302d356650 is described below
commit 5302d356650b9334362840c9dd84609b8b95a088
Author: Haonan <[email protected]>
AuthorDate: Fri Aug 15 14:56:58 2025 +0800
Fix daily IT jdk download (#16188)
---
.github/workflows/daily-it.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/daily-it.yml b/.github/workflows/daily-it.yml
index 052e4f7244b..c49ef772905 100644
--- a/.github/workflows/daily-it.yml
+++ b/.github/workflows/daily-it.yml
@@ -29,7 +29,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
- distribution: liberica
+ distribution: corretto
java-version: ${{ matrix.java }}
- name: IT/UT Test
shell: bash
@@ -61,7 +61,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
- distribution: liberica
+ distribution: corretto
java-version: ${{ matrix.java }}
- name: IT/UT Test
shell: bash