Skip to content

Commit

Permalink
use Zulu instead of Temurin.
Browse files Browse the repository at this point in the history
Switch the Java distribution in CI from Temurin to Zulu.
The reason is that the current macos-latest runs on macOS 14 with arm64 architecture, but Temurin doesn’t offer an arm64 build of Java 8.
  • Loading branch information
eichisanden authored and michaelbull committed Nov 2, 2024
1 parent 280db1b commit ac929a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
distribution: temurin
distribution: zulu
java-version: 8

- name: Setup Gradle
Expand Down

0 comments on commit ac929a3

Please sign in to comment.