Skip to content

Commit ac929a3

Browse files
eichisandenmichaelbull
authored andcommitted
use Zulu instead of Temurin.
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.
1 parent 280db1b commit ac929a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup JDK
4747
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
4848
with:
49-
distribution: temurin
49+
distribution: zulu
5050
java-version: 8
5151

5252
- name: Setup Gradle

0 commit comments

Comments
 (0)