Skip to content

Commit 5dc7419

Browse files
authored
Disable macOS CI for Python < 3.11 (M1 macs) (#115)
1 parent 6163af6 commit 5dc7419

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
- '3.10'
2323
- '3.11'
2424
- '3.12'
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: "Unit tests • ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
2735
runs-on: ${{ matrix.runs-on }}
@@ -77,6 +85,15 @@ jobs:
7785
- 3.9
7886
- '3.10'
7987
- '3.11'
88+
- '3.12'
89+
exclude:
90+
# macos-latest is now running on M1 macs
91+
- runs-on: macos-latest
92+
python: 3.8
93+
- runs-on: macos-latest
94+
python: 3.9
95+
- runs-on: macos-latest
96+
python: 3.10
8097

8198
name: "System tests ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
8299
runs-on: ${{ matrix.runs-on }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253253
and release/\_ branches
254254
- Update `isort` hook to v5.10.1
255255
- Update `black` hook to v21.12b0
256+
- Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)
256257

257258
## [v1.5.0] - 2021-11-08
258259

0 commit comments

Comments
 (0)