migrate to temurin (#697)

This commit is contained in:
Tomoko Uchida 2022-02-21 17:09:21 +09:00 committed by GitHub
parent 36a2149d43
commit c7602a425c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
distribution: 'temurin'
java-version: ${{ matrix.java }}
java-package: jdk