Skip to content

Commit 90aec5b

Browse files
committed
chore: update jdk to 21
1 parent 7f3cdba commit 90aec5b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/commit_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
uses: jwlawson/actions-setup-cmake@v1
3838
with:
3939
cmake-version: '3.22.1'
40-
- name: Prepare Java 17
40+
- name: Prepare Java 21
4141
uses: actions/setup-java@v4
4242
with:
43-
java-version: 17
43+
java-version: 21
4444
java-package: jdk
4545
distribution: 'temurin'
4646
cache: 'gradle'

.github/workflows/pull_request_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
uses: jwlawson/actions-setup-cmake@v1
2828
with:
2929
cmake-version: '3.22.1'
30-
- name: Prepare Java 17
30+
- name: Prepare Java 21
3131
uses: actions/setup-java@v4
3232
with:
33-
java-version: 17
33+
java-version: 21
3434
java-package: jdk
3535
distribution: 'temurin'
3636
cache: 'gradle'

0 commit comments

Comments
 (0)