更新工作流 Java 版本
This commit is contained in:
parent
d3249dd8a7
commit
0b2384fb88
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android_ci.yml
vendored
4
.github/workflows/android_ci.yml
vendored
|
|
@ -15,10 +15,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 17
|
||||
- name: set up JDK 21
|
||||
uses: actions/setup-java@v4.6.0
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue