Skip to content

Commit 2d3b31f

Browse files
committed
Disable macOS CI for Python < 3.11 (M1 macs)
1 parent a30a258 commit 2d3b31f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
- 3.9
2323
- '3.10'
2424
- '3.11'
25+
exclude:
26+
# macos-latest is now running on M1 macs
27+
- runs-on: macos-latest
28+
python: 3.8
29+
- runs-on: macos-latest
30+
python: 3.9
31+
- runs-on: macos-latest
32+
python: 3.10
2533

2634
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
2735
runs-on: ${{ matrix.runs-on }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Update `astral-sh/ruff-pre-commit` hook to v0.4.1
1717
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.5
1818
- Update `pre-commit/pre-commit-hooks` hook to v4.6.0
19+
- Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)
1920

2021
## [v1.5.1] - 2023-12-15
2122

0 commit comments

Comments
 (0)