From 34cb9ccffce0f8f7aa25a927a3e10fca664d09f3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Jan 2023 22:17:00 +0530 Subject: [PATCH] Change the macOS VM to a Big Sur based one since Qt WebEngine 6.4 needs XCode 13 which needs Big Sur --- bypy/macos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/macos.conf b/bypy/macos.conf index 7f278e1bb4..50ffe7740f 100644 --- a/bypy/macos.conf +++ b/bypy/macos.conf @@ -1,7 +1,7 @@ # Requires installation of XCode 10.3 and Python 3 and # python3 -m pip install certifi html5lib -vm_name 'macos-calibre-qt6' +vm_name 'macos-calibre' root '/Users/Shared/calibre-build' python '/usr/local/bin/python3' universal 'true'