We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38496c6 commit 5d09375Copy full SHA for 5d09375
bindings/python/cibw_before_build.sh
@@ -11,7 +11,7 @@ if [[ "$CIBW_BUILD" == *"macosx_"* ]]
11
then
12
if [[ "$ARCHFLAGS" == *"arm64"* ]]
13
14
- platform="macosx_11_0_arm64"
+ platform="macosx_12_0_arm64"
15
export CMAKE_OSX_ARCHITECTURES="arm64"
16
else
17
platform="macosx_12_0_x86_64"
0 commit comments