We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ad327 commit de4e7f2Copy full SHA for de4e7f2
1 file changed
pyproject.toml
@@ -123,10 +123,10 @@ environment = {"NETCDF4_LIMITED_API" = "1"}
123
[tool.cibuildwheel.macos]
124
before-build = "brew install hdf5 netcdf"
125
126
-[[tool.cibuildwheel.macos.environment]]
127
-select = "x86_64"
+[[tool.cibuildwheel.overrides]]
+select = "*macosx_*_x86_64*"
128
MACOSX_DEPLOYMENT_TARGET = "13.0"
129
130
131
-select = "amr64"
+select = "*macosx_*_amr64*"
132
MACOSX_DEPLOYMENT_TARGET = "14.0"
0 commit comments