Skip to content

Commit eda8b65

Browse files
authored
main.yml: use "temurin" openjdk. Fix #1896 (#1897)
1 parent fe851dc commit eda8b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Setup the java environment
113113
uses: actions/setup-java@v3
114114
with:
115-
distribution: 'zulu'
115+
distribution: 'temurin'
116116
java-version: ${{ matrix.jdk }}
117117

118118
- name: Download natives for android

0 commit comments

Comments
 (0)