Skip to content

Commit

Permalink
Change CI macos jdk distribution to zulu (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
  • Loading branch information
maxlambrecht authored Aug 16, 2024
1 parent 68565d8 commit bf552c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
distribution: 'zulu'
- name: Cache Gradle packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit bf552c4

Please sign in to comment.