ci: Lower macOS minimum version to 12.7.5

This commit is contained in:
mborgerson
2024-07-14 22:44:53 -07:00
parent b4ce2b58d0
commit 0d14572f5c
+2 -2
View File
@@ -199,9 +199,9 @@ case "$platform" in # Adjust compilation options based on platform
Darwin)
echo "Compiling for MacOS for $target_arch..."
if [ "$target_arch" == "arm64" ]; then
macos_min_ver=14.4
macos_min_ver=12.7.5
elif [ "$target_arch" == "x86_64" ]; then
macos_min_ver=14.4
macos_min_ver=12.7.5
else
echo "Unsupported arch $target_arch"
exit 1