Skip to content

Commit 94c6f88

Browse files
Switch to macos intel
1 parent b38538f commit 94c6f88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
build-wheels:
1111
uses: tskit-dev/.github/.github/workflows/build-wheels.yml@main
1212
with:
13-
os-list: '["macos14"]'
13+
# os-list: '["macos14"]'
14+
os-list: '["macos-15-intel"]'
1415

1516
publish:
1617
runs-on: ubuntu-24.04

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ before-all = [
198198
"brew update",
199199
"brew install gsl",
200200
]
201+
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
201202

202203
[tool.cibuildwheel.windows]
203204
archs = ["AMD64"]

0 commit comments

Comments
 (0)