Skip to content

Commit 248f88a

Browse files
authored
change java distribution
1 parent ceb99c8 commit 248f88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Java 8
1717
uses: actions/setup-java@v5.0.0
1818
with:
19-
distribution: "microsoft"
19+
distribution: "corretto"
2020
java-version: "8"
2121
cache: "maven"
2222
- name: Check java version

0 commit comments

Comments
 (0)