Skip to content

Commit ca70479

Browse files
committed
ci: use macos-latest and compile both intel and apple silicon
1 parent aad7ae6 commit ca70479

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
# macos-13 is an intel runner, macos-14 is apple silicon
18-
os: [windows-latest, macos-13, macos-14, ubuntu-latest]
17+
os: [windows-latest, macos-latest, ubuntu-latest]
1918

2019
steps:
2120
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ build-backend = "setuptools.build_meta:__legacy__"
44

55
[tool.cibuildwheel]
66
before-build = "python -m pip install cython numpy"
7+
8+
[tool.cibuildwheel.macos]
9+
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)