Skip to content

Commit d6eb55f

Browse files
committed
Version adjustment.
1 parent 3cfcdd9 commit d6eb55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
7777
with:
7878
java-version: ${{ matrix.java }}
79-
distribution: temurin
79+
distribution: zulu
8080
architecture: x64
8181
cache: maven
8282
- name: Build project
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
9696
with:
9797
java-version: ${{ matrix.java }}
98-
distribution: temurin
98+
distribution: zulu
9999
architecture: x86
100100
cache: maven
101101
- name: Build project

0 commit comments

Comments
 (0)