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

sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bceb88a0 Migrate the JDK used by CI from Temurin to Zulu (#2406)
9bceb88a0 is described below

commit 9bceb88a044a8ed786fb9c3bcc94eebe5825361a
Author: Ling Hengqian <[email protected]>
AuthorDate: Sat Jul 27 11:22:02 2024 +0800

    Migrate the JDK used by CI from Temurin to Zulu (#2406)
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index aadcf1e40..5dfa747e4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -42,7 +42,7 @@ jobs:
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v3
         with:
-          distribution: 'temurin'
+          distribution: 'zulu'
           java-version: ${{ matrix.java }}
       - name: Build with Maven in Windows
         if: matrix.os == 'windows-latest'

Reply via email to