From 23afa08cb00ca23ff5d2ff22e419566304130830 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Tue, 10 Dec 2024 19:16:06 -0800 Subject: [PATCH] Bump macos sdk [no ci] --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index cb55244b94..6d601ff9ae 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1051,7 +1051,7 @@ install_docker() { macos_sdk_version() { # https://github.com/alexey-lysiuk/macos-sdk/releases - print "13.3" + print "14.5" } install_osxcross() {