Skip to content

Commit

Permalink
Switch to zulu to support MacOS on JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jun 21, 2024
1 parent 618358e commit 0014a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
distribution: temurin
distribution: zulu
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
Expand Down

0 comments on commit 0014a4d

Please sign in to comment.