Skip to content

Commit

Permalink
ci: migrate from adopt to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jun 3, 2022
1 parent 1b202aa commit c68d6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
distribution: 'temurin'
java-version: '11'

- name: Environment Information
run: |
Expand Down

0 comments on commit c68d6d7

Please sign in to comment.