Skip to content

Commit eccc63f

Browse files
committed
Use Azul Zulu OpenJDK 8 because Eclipse Temurin's is not available on Apple silicon
1 parent cd3a2e6 commit eccc63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v4
2323
with:
2424
java-version: '8'
25-
distribution: 'temurin'
25+
distribution: 'zulu'
2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v4
2828
with:

0 commit comments

Comments
 (0)