Skip to content

Commit 0d93ab5

Browse files
committed
build on different operating systems
1 parent 6cae6ad commit 0d93ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# build project on some operating systems
21-
os: [ ubuntu-latest ]
21+
os: [ubuntu-latest, windows-latest, macos-latest]
22+
# build on different java versions
2223
jdk: [ 11, 17, 21 ]
2324
runs-on: ${{ matrix.os }}
2425
steps:

0 commit comments

Comments
 (0)