We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6e33 commit a0a681bCopy full SHA for a0a681b
.github/workflows/android-cts-build.yml
@@ -28,10 +28,10 @@ jobs:
28
- name: Get modern CMake and Ninja
29
uses: lukka/get-cmake@v3.30.5
30
31
- - name: set up JDK 11
+ - name: set up JDK 17
32
uses: actions/setup-java@v4
33
with:
34
- java-version: "11"
+ java-version: "17"
35
distribution: "temurin"
36
cache: gradle
37
.github/workflows/android-cts-pr.yml
@@ -21,10 +21,10 @@ jobs:
21
22
23
24
25
26
27
0 commit comments