Skip to content

Commit 5d09375

Browse files
committed
update macos
1 parent 38496c6 commit 5d09375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/cibw_before_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ "$CIBW_BUILD" == *"macosx_"* ]]
1111
then
1212
if [[ "$ARCHFLAGS" == *"arm64"* ]]
1313
then
14-
platform="macosx_11_0_arm64"
14+
platform="macosx_12_0_arm64"
1515
export CMAKE_OSX_ARCHITECTURES="arm64"
1616
else
1717
platform="macosx_12_0_x86_64"

0 commit comments

Comments
 (0)