chore(CI): add ci os windows and macOS

This commit is contained in:
Jerry Lee 2024-12-10 02:19:35 +08:00
parent ce928b5e57
commit 9a2454e055

View File

@ -18,7 +18,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-20.04, windows-latest, macos-latest ]
java: [ 8, 11, 17, 21 ]
fail-fast: false
max-parallel: 16