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'