Skip to content

Commit 97eada2

Browse files
authored
chore(ci): switch to corretto distribution in setup-java (#4205)
1 parent d0a17a8 commit 97eada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v3
2222
with:
2323
java-version: ${{ matrix.java }}
24-
distribution: 'zulu'
24+
distribution: 'corretto'
2525

2626
- name: build and publish smithy-typescript
2727
run: |

0 commit comments

Comments
 (0)