From f3a325fe1af75aed7758b0ba8db9f4b032b3f044 Mon Sep 17 00:00:00 2001 From: nastys Date: Sat, 5 Mar 2022 19:03:47 +0100 Subject: [PATCH] Build on Monterey and set target to 11.6 --- .ci/build-mac.sh | 1 + .cirrus.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/build-mac.sh b/.ci/build-mac.sh index 80e0373683..ff24f1cf29 100755 --- a/.ci/build-mac.sh +++ b/.ci/build-mac.sh @@ -3,6 +3,7 @@ brew update brew install llvm@13 molten-vk vulkan-headers sdl2 nasm qt@5 ninja cmake glew git p7zip create-dmg ccache +export MACOSX_DEPLOYMENT_TARGET=11.6 export CXX=clang++ export CC=clang export Qt5_DIR="/usr/local/opt/qt@5/lib/cmake/Qt5" diff --git a/.cirrus.yml b/.cirrus.yml index 13906887ac..c2d86f54f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -119,7 +119,7 @@ macos_task: matrix: - name: Cirrus macOS osx_instance: - image: big-sur-base + image: monterey-base mac_script: - mkdir artifacts - ".ci/build-mac.sh"