Skip to content

Commit 35bfd91

Browse files
authored
Change JDK distribution from Temurin to Corretto
... since it is supported on macOS for Java 8.
1 parent 443897a commit 35bfd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'temurin'
25+
distribution: 'corretto'
2626
java-version: ${{ matrix.java }}
2727
cache: 'maven'
2828
- name: Test with Maven
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Windows JDK
5050
uses: actions/setup-java@v5
5151
with:
52-
distribution: 'temurin'
52+
distribution: 'corretto'
5353
java-version: ${{ matrix.java }}
5454
cache: 'maven'
5555
- name: Test with Maven on Windows

0 commit comments

Comments
 (0)