We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0ee4b commit 23a1a1aCopy full SHA for 23a1a1a
1 file changed
.github/workflows/build_wheels.yml
@@ -16,8 +16,8 @@ jobs:
16
build_wheels:
17
name: ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.python}} wheels
18
runs-on: ${{ matrix.os }}
19
- continue-on-error: true
20
strategy:
+ fail-fast: false
21
matrix:
22
# macos-13 is an intel runner, macos-14 is apple silicon
23
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
0 commit comments