Skip to content

Commit cc49037

Browse files
committed
ci: return to temurin jdk
1 parent d5f8d24 commit cc49037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v3
2626
with:
2727
java-version: ${{ matrix.jdk }}
28-
distribution: 'zulu'
28+
distribution: 'temurin'
2929
- name: Cache Gradle packages
3030
uses: actions/cache@v3
3131
with:

0 commit comments

Comments
 (0)