Workflowest

Use windows-2022 for runner because the windows-2024 runners aren't running.
This commit is contained in:
Kneelawk 2024-04-26 23:40:51 -07:00 committed by Jozufozu
parent d1f9de6638
commit e6d1b4702c

View file

@ -10,7 +10,7 @@ jobs:
17, # Current Java LTS & minimum supported by Minecraft 17, # Current Java LTS & minimum supported by Minecraft
21 21
] ]
os: [ ubuntu-20.04, windows-2024 ] os: [ ubuntu-20.04, windows-2022 ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout