Skip to content

Commit 87310e9

Browse files
authored
Update maven.yml
1 parent 665d618 commit 87310e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

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

1111
runs-on: ${{ matrix.os }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
java: [ '8', '9', '10', '11' ]
15-
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
16+
os: [ 'ubuntu-latest', 'windows-latest' ]
1617
name: Java ${{ matrix.Java }} (${{ matrix.os }})
1718
steps:
1819
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)