Skip to content

Commit bf552c4

Browse files
authored
Change CI macos jdk distribution to zulu (#249)
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
1 parent 68565d8 commit bf552c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/setup-java@v4
6060
with:
6161
java-version: ${{ matrix.java-version }}
62-
distribution: 'adopt'
62+
distribution: 'zulu'
6363
- name: Cache Gradle packages
6464
uses: actions/cache@v4
6565
with:

0 commit comments

Comments
 (0)