mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
ci: Bump macOS min ver to 14.4
This commit is contained in:
parent
7dd4853181
commit
b2b6a98d5e
4
build.sh
4
build.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user