diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c2aaa84..9907e5c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,7 @@ jobs: runs-on: ${{ matrix.os }} name: Build/Test (JDK ${{ matrix.java }}, ${{ matrix.os }}) strategy: - fail-fast: false - max-parallel: 10 + fail-fast: true matrix: os: [ ubuntu-latest, macOS-latest, windows-latest ] java: [ 8, 9, 10, 11, 12, 13, 14 ]