Skip to content

Commit

Permalink
fix: workflow: Setup JDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsummer233 committed Jul 29, 2024
1 parent d8cdac3 commit d128add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
fetch-depth: 0
submodules: true

- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit d128add

Please sign in to comment.