Skip to content

Commit

Permalink
GitHub CI: Turn on fail-fast for the macOS matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Feb 7, 2024
1 parent 1115c4f commit fc26b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 @@ -173,6 +174,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 fc26b91

Please sign in to comment.