Skip to content

Commit

Permalink
Correct fast-fail placement
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Jan 28, 2024
1 parent b12a098 commit f174b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: build_wheels_on_${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
fail-fast: false
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-xlarge]

steps:
Expand Down

0 comments on commit f174b1f

Please sign in to comment.