chore(workflow): use jdk21
This commit is contained in:
parent
1bc5341a31
commit
e051d37483
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -33,10 +33,10 @@ jobs:
|
|||
repository: "Aliucord/Aliucord"
|
||||
path: "repo"
|
||||
|
||||
- name: Setup JDK 11
|
||||
- name: Setup JDK 21
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 21
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue