Skip to content

Commit b092ac0

Browse files
committed
trying another JDK distribution
1 parent 62f2a7d commit b092ac0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-java@v5
3232
with:
3333
java-version: 8
34-
distribution: temurin
34+
distribution: corretto
3535
# TODO: likely will need caching for JS deps as well
3636
- name: Cache Maven packages
3737
uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v5
1919
with:
2020
java-version: 8
21-
distribution: temurin
21+
distribution: corretto
2222
- name: Cache Maven packages
2323
uses: actions/cache@v3
2424
with:

0 commit comments

Comments
 (0)