Skip to content

Commit

Permalink
chore: Update CI configuration to set fail-fast to false in build str…
Browse files Browse the repository at this point in the history
…ategy
  • Loading branch information
carlos-rian-qd committed Aug 24, 2024
1 parent 4e82f33 commit 767ba64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
build:
name: build on ${{ matrix.os }} (${{ matrix.target }} - ${{ matrix.manylinux || 'auto' }})
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
target: [x86_64, aarch64]
Expand Down Expand Up @@ -138,9 +138,9 @@ jobs:
# x86_64 pypy builds are not PGO optimized
# i686 not supported by pypy
# aarch64 only 3.11 and up, also not PGO optimized
- os: windows
target: x86_64
interpreter: pypy3.9 pypy3.10
#- os: windows
# target: x86_64
# interpreter: pypy3.9 pypy3.10
- os: windows
target: i686
python-architecture: x86
Expand Down

0 comments on commit 767ba64

Please sign in to comment.