Skip to content

Commit

Permalink
The builds run in the manylinux builder
Browse files Browse the repository at this point in the history
So we need to limit ourselves accordingly
  • Loading branch information
ianhbell committed Mar 2, 2024
1 parent ab75c51 commit 907bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: universal2
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_LINUX: CXX=clang++
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fconcepts'
CIBW_BUILD_VERBOSITY_WINDOWS: 2
CIBW_SKIP: "*pypy* *pp* *cp36*"

Expand Down

0 comments on commit 907bbbd

Please sign in to comment.