Skip to content

Commit

Permalink
ci: macOS python 3.7 on Intel CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Aug 29, 2024
1 parent b7fdbe6 commit 05334d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-tsdownsample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
rust: ['nightly'] # ['stable', 'beta']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude: # Python < 3.8 is not supported on Apple Silicon ARM64
- os: macOS-latest
python-version: '3.7'
include: # So run on older version on Intel CPU
- os: macOS-13
python-version: '3.7'

env:
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 05334d5

Please sign in to comment.