Skip to content

Commit

Permalink
Switch to temurin to fix CI (#553)
Browse files Browse the repository at this point in the history
The zulu OpenJDK distribution suddenly caused failures for us on JDK 8 and 17 on ubuntu.  No idea why.  Switching to temurin seems to fix the problem.
  • Loading branch information
msridhar authored Jan 14, 2022
1 parent 45e081e commit 6a4e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
distribution: 'temurin'
- name: Build and test using Gradle, Java 8, and Error Prone ${{ matrix.epVersion }}
env:
ORG_GRADLE_PROJECT_epApiVersion: ${{ matrix.epVersion }}
Expand Down

0 comments on commit 6a4e11b

Please sign in to comment.