Skip to content

Commit

Permalink
Switch to zulu for Java 8 on MacOS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Jul 21, 2024
1 parent 3b17570 commit 5bd590e
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 @@ -28,6 +28,6 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
distribution: 'zulu'
- name: Build with Maven
run: mvn -B clean package

0 comments on commit 5bd590e

Please sign in to comment.