File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -195,16 +195,17 @@ archs = ["x86_64", "arm64"]
195195before-all = [
196196 " brew install gsl" ,
197197]
198- environment = { MACOSX_DEPLOYMENT_TARGET = " 14.0" }
198+ # environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
199199
200- # [[tool.cibuildwheel.overrides]]
201- # # Intel macOS wheels
202- # select = "*-macosx_*_x86_64"
200+ [[tool .cibuildwheel .overrides ]]
201+ # Intel macOS wheels
202+ select = " *-macosx_*_x86_64"
203+ environment = { CIBW_ARCHS_MACOS = " x86_64" , MACOSX_DEPLOYMENT_TARGET = " 14.0" }
203204
204- # [[tool.cibuildwheel.overrides]]
205- # # Apple Silicon macOS wheels
206- # select = "*-macosx_*_arm64"
207- # environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
205+ [[tool .cibuildwheel .overrides ]]
206+ # Apple Silicon macOS wheels
207+ select = " *-macosx_*_arm64"
208+ environment = { CIBW_ARCHS_MACOS = " arm64 " , MACOSX_DEPLOYMENT_TARGET = " 14.0" }
208209
209210
210211[tool .cibuildwheel .windows ]
You can’t perform that action at this time.
0 commit comments