Skip to content

Commit e563d8b

Browse files
committed
building on mac and windows as well
1 parent 070b7da commit e563d8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010
jobs:
1111

1212
projects:
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16+
os: [ubuntu-latest, windows-latest, macos-latest]
1617
include:
1718
# Maven
1819
- folder: jdk_8_maven

0 commit comments

Comments
 (0)