Skip to content

Commit 8dcb9a5

Browse files
committed
Fix syntax
1 parent 6973c9e commit 8dcb9a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: [ ubuntu-latest, windows-latest, macos-latest ]
13+
runs-on: {{ matrix.os }}
1414
strategy:
1515
matrix:
16+
os: [ ubuntu-latest, windows-latest, macos-latest ]
1617
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
1718
steps:
1819
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)