chore: update jdk to 21

This commit is contained in:
2025-08-19 17:48:32 +08:00
parent 036a3f90e9
commit 2c673280cc
2 changed files with 4 additions and 4 deletions

View File

@@ -39,10 +39,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'