Skip to content

Commit fb84f37

Browse files
eichisandeneiichi.mita
authored and
eiichi.mita
committed
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 fb84f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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)