Skip to content

Commit

Permalink
✅ fix arm tests, see actions/setup-python#808
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Apr 25, 2024
1 parent b698436 commit 7295032
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:
group: test-coverage-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
exclude:
- python-version: "3.9"
os: macos-latest
- python-version: "3.10"
os: macos-latest
env:
OS: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down

0 comments on commit 7295032

Please sign in to comment.