Skip to content

Commit

Permalink
💚 fix tests (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored Apr 25, 2024
1 parent 25bb6ae commit c0417f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- python-version: "3.9"
os: macos-latest
- python-version: "3.10"
os: macos-latest
include:
- python-version: "3.9"
os: macos-13
env:
OS: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down

0 comments on commit c0417f8

Please sign in to comment.