Update '.gitea/workflows/test.yml'
Some checks failed
build (17, windows-2022)
deploy
build (17, ubuntu-latest)

This commit is contained in:
Quentin Legot 2023-03-20 20:51:05 +01:00
parent 270f17c754
commit b9761edda0

View File

@ -15,7 +15,7 @@ jobs:
17, # Current Java LTS & minimum supported by Minecraft
]
# and run on both Linux and Windows
os: [ubuntu-22.04, windows-2022]
os: [ubuntu-latest, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository