Skip to content

Commit 468820d

Browse files
author
Gary Gregory
committed
Trying to get the GH syntax right...
1 parent ced0e49 commit 468820d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ jobs:
2121
build:
2222

2323
runs-on: ubuntu-latest
24-
# runs-on: ${{ matrix.os }}
24+
runs-on: ${{ matrix.os }}
2525
continue-on-error: ${{ matrix.experimental }}
2626
strategy:
2727
matrix:
28-
# os: [ubuntu-latest, windows-latest]
28+
os: [ubuntu-latest, windows-latest]
2929
java: [ 8, 11, 14 ]
3030
experimental: [false]
3131
include:
3232
- java: 15-ea
33+
os: ${{ matrix.os }}
3334
experimental: true
3435
fail-fast: false
3536

0 commit comments

Comments
 (0)