Skip to content

Commit

Permalink
ci: Bump macOS min ver to 14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 15, 2024
1 parent 7dd4853 commit b2b6a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=11.3
macos_min_ver=14.4
elif [ "$target_arch" == "x86_64" ]; then
macos_min_ver=10.13
macos_min_ver=14.4
else
echo "Unsupported arch $target_arch"
exit 1
Expand Down

0 comments on commit b2b6a98

Please sign in to comment.