.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:
Eric Anderson 2021-09-29 13:04:47 -07:00
parent 2b4a474759
commit 0e85737636
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-java@v2
with:
java-version: ${{ matrix.jre }}
distribution: 'adopt'
distribution: 'temurin'
- name: Gradle cache
uses: actions/cache@v2