Skip to content

Commit a0a681b

Browse files
committed
CI: Bump JDK version
1 parent 37a6e33 commit a0a681b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/android-cts-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Get modern CMake and Ninja
2929
uses: lukka/get-cmake@v3.30.5
3030

31-
- name: set up JDK 11
31+
- name: set up JDK 17
3232
uses: actions/setup-java@v4
3333
with:
34-
java-version: "11"
34+
java-version: "17"
3535
distribution: "temurin"
3636
cache: gradle
3737

.github/workflows/android-cts-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Get modern CMake and Ninja
2222
uses: lukka/get-cmake@v3.30.5
2323

24-
- name: set up JDK 11
24+
- name: set up JDK 17
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: "11"
27+
java-version: "17"
2828
distribution: "temurin"
2929
cache: gradle
3030

0 commit comments

Comments
 (0)