Skip to content

Commit 05334d5

Browse files
committed
ci: macOS python 3.7 on Intel CPU
1 parent b7fdbe6 commit 05334d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-tsdownsample.yml

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
4848
rust: ['nightly'] # ['stable', 'beta']
4949
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
50+
exclude: # Python < 3.8 is not supported on Apple Silicon ARM64
51+
- os: macOS-latest
52+
python-version: '3.7'
53+
include: # So run on older version on Intel CPU
54+
- os: macOS-13
55+
python-version: '3.7'
5056

5157
env:
5258
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)