Skip to content

Commit

Permalink
[CI] Switch to Temurim as Zulu EA builds are not available for EA bui…
Browse files Browse the repository at this point in the history
…lds.
  • Loading branch information
vyazelenko committed Feb 1, 2024
1 parent 90a2e86 commit 7767f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 7767f8e

Please sign in to comment.