Skip to content

Commit fc28a64

Browse files
authored
Using TCK Tested JDK builds of OpenJDK (#456)
1 parent 2c32177 commit fc28a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install JDK ${{ matrix.java_version }}
1919
uses: actions/setup-java@v2
2020
with:
21-
distribution: 'adopt'
21+
distribution: 'zulu'
2222
java-version: ${{ matrix.java_version }}
2323
- name: Install Android SDK
2424
uses: malinskiy/action-android/install-sdk@release/0.1.2

0 commit comments

Comments
 (0)