mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-15 07:04:42 -04:00
Build[CI]: use boot jdk 8
This commit is contained in:
parent
30c346a078
commit
c62cba0541
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: set up JDK 1.7
|
- name: set up JDK 1.7
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 7
|
java-version: 8
|
||||||
distribution: zulu
|
distribution: zulu
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -59,10 +59,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: set up JDK 1.7
|
- name: set up JDK 1.8
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 1.7
|
java-version: 8
|
||||||
distribution: zulu
|
distribution: zulu
|
||||||
|
|
||||||
- name: Build with CI build script
|
- name: Build with CI build script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user