Skip to content

Commit ed02258

Browse files
authored
Merge pull request #6 from build-extensions-oss/operating-systems
build on different operating systems
2 parents 6cae6ad + 0d93ab5 commit ed02258

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)