Skip to content

Commit 38c7276

Browse files
committed
Changed default java for verify action
changed
1 parent 3167f4e commit 38c7276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-java@v3
1414
with:
1515
java-version: '17'
16-
distribution: 'zulu'
16+
distribution: 'corretto'
1717
- name: Run a verifier
1818
uses: AlexanderPrendota/kotlin-samples-verifier@master
1919
with:

0 commit comments

Comments
 (0)