Skip to content

Commit 84958e7

Browse files
authored
Change JDK distribution from Zulu to Temurin
Signed-off-by: Ash <[email protected]>
1 parent 8c29368 commit 84958e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
with:
3838
fetch-depth: 2
3939

40-
- name: Initialize Zulu JDK
40+
- name: Initialize JDK
4141
uses: actions/setup-java@v5
4242
with:
4343
check-latest: true
44-
distribution: zulu
44+
distribution: temurin
4545
java-version: ${{ matrix.java-version }}
4646

4747
- name: Maven cache

0 commit comments

Comments
 (0)