Skip to content

Commit

Permalink
Add "fail-fast: false" to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 22, 2025
1 parent 40af8c1 commit ef32da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
os: [[self-hosted, windows], [self-hosted, linux], macos-14]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ef32da5

Please sign in to comment.