Fix action #7

Merged
quentinlegot merged 15 commits from dev into master 2023-03-21 09:35:10 +01:00
Showing only changes of commit f61b18ce13 - Show all commits

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 }}