Skip to content

Commit

Permalink
Merge pull request #913 from DeinAlptraum/dont-cancel
Browse files Browse the repository at this point in the history
CI: Deactivate fail-fast for Mac builds
  • Loading branch information
barbeque-squared authored Oct 13, 2024
2 parents 5468dbc + 4b6d16d commit b95a107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
name: Build for MacOS (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14]
steps:
Expand Down

0 comments on commit b95a107

Please sign in to comment.