Skip to content

Commit

Permalink
[ci] do not let a failed macOS CI run cancel the other run
Browse files Browse the repository at this point in the history
  • Loading branch information
oldk1331 committed Jun 9, 2024
1 parent a37c9ef commit 873c5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 873c5b3

Please sign in to comment.