mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Set Boot JDK to 16
This commit is contained in:
parent
ca7249f933
commit
652141cfda
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build OpenJDK 8 for Android and iOS
|
name: Build OpenJDK 17 for Android
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
@ -14,10 +14,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: set up JDK 1.15
|
- name: set up JDK 1.16
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.15
|
java-version: 1.16
|
||||||
- name: Build with CI build script
|
- name: Build with CI build script
|
||||||
run: bash "ci_build_arch_${{matrix.arch}}.sh"
|
run: bash "ci_build_arch_${{matrix.arch}}.sh"
|
||||||
- name: Upload JDK build output
|
- name: Upload JDK build output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user