Skip to content

Commit

Permalink
Disable fast failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 22, 2024
1 parent 4687752 commit ab04550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
os: macos-13
- python-version: "3.8"
os: macos-13
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -153,6 +154,7 @@ jobs:
include: # So run those legacy versions on Intel CPUs
- python-version: "3.7"
os: macos-13
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ab04550

Please sign in to comment.