mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 14:46:13 -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
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 7
|
||||
java-version: 8
|
||||
distribution: zulu
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
@ -59,10 +59,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: set up JDK 1.7
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 1.7
|
||||
java-version: 8
|
||||
distribution: zulu
|
||||
|
||||
- name: Build with CI build script
|
||||
|
Loading…
x
Reference in New Issue
Block a user