Skip to content

Commit ae0d9f6

Browse files
committed
Set g++-13 as CIBW_ENVIRONMENT
1 parent fcdaf09 commit ae0d9f6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/python_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: pypa/[email protected]
5757
env:
5858
CIBW_ARCHS_WINDOWS: auto64
59+
CIBW_ENVIRONMENT_MACOS: CXX=g++-13
5960
with:
6061
package-dir: .
6162
output-dir: wheelhouse

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ test-command = "pytest {project}/tests"
4545
test-extras = ["test"]
4646
skip = "*-musllinux*" # Skip musllinux (conflicts with libcudacxx)
4747

48-
[tool.cibuildwheel.macos]
49-
before-build= [
50-
"export CXX=g++-13",
51-
"g++-13 --version"
52-
]
53-
5448
[tool.cibuildwheel.pyodide]
5549
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}
5650

0 commit comments

Comments
 (0)