Skip to content

Commit

Permalink
build(java): change distribution from temurin to corretto
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored and mergify[bot] committed May 6, 2022
1 parent 4274c5b commit 3e74efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: '11'
cache: 'maven'
- name: Test
Expand Down

0 comments on commit 3e74efe

Please sign in to comment.