mirror of https://github.com/grpc/grpc-java.git
.github/workflows: Swap from adoptopenjdk to temurin
Adopt OpenJDK is longer seeing new releases, and instead has moved under the Eclipse umbrella with Temurin releases. https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ https://github.com/actions/setup-java#supported-distributions The adopt binaries still work, but won't see new versions.
This commit is contained in:
parent
2b4a474759
commit
0e85737636
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: actions/setup-java@v2
|
- uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.jre }}
|
java-version: ${{ matrix.jre }}
|
||||||
distribution: 'adopt'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Gradle cache
|
- name: Gradle cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue