Skip to content

Commit

Permalink
[GHA] Adjust macos for java 8 to use zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored and mathieucarbou committed May 5, 2024
1 parent 8483613 commit 14a1a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 8
distribution: ${{ matrix.distribution }}
distribution: ${{ runner.os == 'macOS' && 'zulu' || 'temurin' }}
- name: Load Maven 3.6.3 Integration Run (Consumer Run) using GitHub Provided Maven
run: mvn org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper -V -B -D"maven=3.6.3"
- name: Test with Maven 3.6.3 Java 8 (Consumer Run)
Expand Down

0 comments on commit 14a1a99

Please sign in to comment.