Skip to content

Commit

Permalink
Setting Java vendor to Corretto since Temurin hasnt released 21
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao committed Oct 6, 2023
1 parent 4bb608a commit 5937ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- name: Set up Javas
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: |
21
17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Set up Javas
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: |
21
17
Expand Down

0 comments on commit 5937ef3

Please sign in to comment.