Skip to content

Commit

Permalink
GitHub CI: Turn on fail-fast for macOS and doc matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Feb 7, 2024
1 parent 03d8d14 commit 0f8ffcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
strategy:
matrix:
os: [ macos-11, macos-12, macos-13 ]
fail-fast: false
name: "Build ${{ matrix.os }}"
runs-on: ${{ matrix. os }}
steps:
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
fail-fast: false
name: "Build doc: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -85,6 +87,7 @@ jobs:
strategy:
matrix:
os: [ macos-11, macos-12, macos-13 ]
fail-fast: false
name: "Build doc: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -211,6 +214,7 @@ jobs:
strategy:
matrix:
os: [ macos-11, macos-12, macos-13 ]
fail-fast: false
name: "Test ${{ matrix.os }}"
runs-on: ${{ matrix. os }}
needs: build-macos
Expand Down

0 comments on commit 0f8ffcb

Please sign in to comment.