Skip to content

Commit 37c288b

Browse files
authored
Switch from temurin to zulu
1 parent c053dc0 commit 37c288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-java@v2
1616
with:
17-
distribution: 'temurin'
17+
distribution: 'zulu'
1818
java-version: ${{ matrix.java-version }}
1919
- run: mvn -B install --no-transfer-progress
2020

0 commit comments

Comments
 (0)