From fcb09931a95f3497d17a3cf1b8fead01c3c7c6e6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Oct 2023 23:56:27 +0530 Subject: [PATCH] Change macos build vm --- bypy/macos.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bypy/macos.conf b/bypy/macos.conf index adc1c387fe..d145890054 100644 --- a/bypy/macos.conf +++ b/bypy/macos.conf @@ -1,7 +1,9 @@ -# Requires installation of XCode 13.2.1 and Python 3 and +# Requires installation of XCode 15 and Python 3 and # python3 -m pip install certifi html5lib vm_name 'macos-calibre' root '/Users/Shared/calibre-build' -python '/usr/local/bin/python3' +python '/usr/bin/python3' +rsync '/opt/homebrew/bin/rsync' +deploy_target '10.15' universal 'true'