From 4adbfbc2eecbe61462ce29b93d9ad71a902039ea Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Fri, 13 Oct 2023 13:17:28 +0300 Subject: [PATCH] ci: Use LTS Java in CI --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a7094028a..5d15dfbc2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,10 +35,10 @@ jobs: # Need to use specific (not `-latest`) version of macOS to be sure the required version of Xcode/simulator is available platform: macos-12 e2e-tests: ios - - java: 15 + - java: 17 platform: macos-latest e2e-tests: android - - java: 17 + - java: 21 platform: ubuntu-latest fail-fast: false