This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch fix_daily_it_jdk_dld
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/fix_daily_it_jdk_dld by this
push:
new 9fe81a5a7c8 try
9fe81a5a7c8 is described below
commit 9fe81a5a7c808afaec6ca2f3287d056f98d37f44
Author: HTHou <[email protected]>
AuthorDate: Fri Aug 15 14:50:38 2025 +0800
try
---
.github/workflows/daily-it.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/daily-it.yml b/.github/workflows/daily-it.yml
index f807998c0cb..1ec2175a5c7 100644
--- a/.github/workflows/daily-it.yml
+++ b/.github/workflows/daily-it.yml
@@ -64,7 +64,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