mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-24 20:07:54 +01:00
Workflowester
I forgot windows doesn't provide java toolchains for lower versions. For now CI will only run on Java 17.
This commit is contained in:
parent
e6d1b4702c
commit
aa9740e71e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -7,8 +7,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java: [
|
||||
17, # Current Java LTS & minimum supported by Minecraft
|
||||
21
|
||||
17 # Current Java LTS & minimum supported by Minecraft
|
||||
]
|
||||
os: [ ubuntu-20.04, windows-2022 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in a new issue