We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38538f commit 94c6f88Copy full SHA for 94c6f88
.github/workflows/wheels.yml
@@ -10,7 +10,8 @@ jobs:
10
build-wheels:
11
uses: tskit-dev/.github/.github/workflows/build-wheels.yml@main
12
with:
13
- os-list: '["macos14"]'
+ # os-list: '["macos14"]'
14
+ os-list: '["macos-15-intel"]'
15
16
publish:
17
runs-on: ubuntu-24.04
pyproject.toml
@@ -198,6 +198,7 @@ before-all = [
198
"brew update",
199
"brew install gsl",
200
]
201
+repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
202
203
[tool.cibuildwheel.windows]
204
archs = ["AMD64"]
0 commit comments