mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
update java distro to corretto
This commit is contained in:
parent
d26fb582c1
commit
e1d1fd01b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: ${{matrix.java}}
|
||||
distribution: 'amazoncorretto'
|
||||
distribution: 'corretto'
|
||||
cache: maven
|
||||
|
||||
- name: Set up QEMU
|
||||
|
|
Loading…
Reference in a new issue