From f784d54f8cac189408f8fbcd995a7bf049f03304 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Wed, 15 Jan 2025 14:52:09 +0100 Subject: [PATCH 1/2] Bump macos build version --- script/build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build-macos.sh b/script/build-macos.sh index c78645d..22b5728 100755 --- a/script/build-macos.sh +++ b/script/build-macos.sh @@ -5,7 +5,7 @@ set -eu -o pipefail -MACOSX_BUILD_VERSION="10.9" +MACOSX_BUILD_VERSION="10.11" if [ "$TARGET_ARCH" = "x64" ]; then HOST_CPU=x86_64 From 4a8fa78d95270d22d1e37f3ef1523e0d527167c5 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Wed, 15 Jan 2025 15:06:46 +0100 Subject: [PATCH 2/2] Higher --- script/build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build-macos.sh b/script/build-macos.sh index 22b5728..554f52e 100755 --- a/script/build-macos.sh +++ b/script/build-macos.sh @@ -5,7 +5,7 @@ set -eu -o pipefail -MACOSX_BUILD_VERSION="10.11" +MACOSX_BUILD_VERSION="10.15" if [ "$TARGET_ARCH" = "x64" ]; then HOST_CPU=x86_64