Skip to content

Commit 182e728

Browse files
committed
Run CI tests on Windows and MacOS too
1 parent 441aee5 commit 182e728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: [ ubuntu-latest, windows-latest, macOS-latest ]
1414
strategy:
1515
matrix:
1616
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]

0 commit comments

Comments
 (0)