Skip to content

Commit 68a1695

Browse files
Switch to intel mac
1 parent 3f5b8d1 commit 68a1695

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [macos-latest, ubuntu-latest]
23+
# Use macos-13 because pip binary packages for ARM aren't
24+
# available for many dependencies
25+
os: [macos-13, ubuntu-latest]
2426
python-version: ["3.9", "3.10", "3.11"]
27+
exclude:
28+
# Just run macos tests on one Python version
29+
- os: macos-13
30+
python-version: ["3.9", "3.11"]
2531
steps:
2632
- uses: actions/checkout@v4
2733
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)