Skip to content

Commit

Permalink
Attempt to fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkevi committed Jun 4, 2024
1 parent f91e2fc commit 4b10887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
- python: "3.7"
- python-version: "3.7"
os: macos-latest
include: # So run those legacy versions on Intel CPUs.
- python: "3.7"
- python-version: "3.7"
os: macos-13
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 4b10887

Please sign in to comment.