mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-03 16:54:57 +01:00
Workflowest
Use windows-2022 for runner because the windows-2024 runners aren't running.
This commit is contained in:
parent
d1f9de6638
commit
e6d1b4702c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
17, # Current Java LTS & minimum supported by Minecraft
|
||||
21
|
||||
]
|
||||
os: [ ubuntu-20.04, windows-2024 ]
|
||||
os: [ ubuntu-20.04, windows-2022 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue