fix test.yml

This commit is contained in:
Quentin Legot 2023-03-21 09:03:34 +01:00
parent 2ad62de9f7
commit f61b18ce13

View File

@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
java: [ '17' ]
java: [ '17' ]
# and run on both Linux and Windows
os: [ubuntu-latest, windows-2022]
runs-on: ${{ matrix.os }}