Set Boot JDK to 16

This commit is contained in:
Duy Tran Khanh 2021-06-05 13:18:54 +07:00 committed by GitHub
parent ca7249f933
commit 652141cfda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Build OpenJDK 8 for Android and iOS
name: Build OpenJDK 17 for Android
on: [push, pull_request, workflow_dispatch]
@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: set up JDK 1.15
- name: set up JDK 1.16
uses: actions/setup-java@v1
with:
java-version: 1.15
java-version: 1.16
- name: Build with CI build script
run: bash "ci_build_arch_${{matrix.arch}}.sh"
- name: Upload JDK build output