Skip to content

Commit 7767f8e

Browse files
committed
[CI] Switch to Temurim as Zulu EA builds are not available for EA builds.
1 parent 90a2e86 commit 7767f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup java
5050
uses: actions/setup-java@v4
5151
with:
52-
distribution: 'zulu'
52+
distribution: 'temurin'
5353
java-version: ${{ matrix.java }}
5454
- name: Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux)
5555
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)