We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441aee5 commit 182e728Copy full SHA for 182e728
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: [ ubuntu-latest, windows-latest, macOS-latest ]
14
strategy:
15
matrix:
16
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
0 commit comments