From 90aec5b9fafecbb0464a9c0ca8146a0246e9616a Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 19 Aug 2025 17:02:33 +0800 Subject: [PATCH] chore: update jdk to 21 --- .github/workflows/commit_ci.yml | 4 ++-- .github/workflows/pull_request_ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit_ci.yml b/.github/workflows/commit_ci.yml index 8cf437d..e8f09f2 100644 --- a/.github/workflows/commit_ci.yml +++ b/.github/workflows/commit_ci.yml @@ -37,10 +37,10 @@ jobs: uses: jwlawson/actions-setup-cmake@v1 with: cmake-version: '3.22.1' - - name: Prepare Java 17 + - name: Prepare Java 21 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 java-package: jdk distribution: 'temurin' cache: 'gradle' diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index a0a807b..06e7a66 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -27,10 +27,10 @@ jobs: uses: jwlawson/actions-setup-cmake@v1 with: cmake-version: '3.22.1' - - name: Prepare Java 17 + - name: Prepare Java 21 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 java-package: jdk distribution: 'temurin' cache: 'gradle'