Workflowestest

Since we're not running tests, there's no real use in running on windows. Switching to running CI exclusively on ubuntu-latest for the time-being.
This commit is contained in:
Kneelawk 2024-04-27 00:07:04 -07:00 committed by Jozufozu
parent aa9740e71e
commit e18eb769d2

View file

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