Build on Monterey and set target to 11.6

This commit is contained in:
nastys 2022-03-05 19:03:47 +01:00 committed by Megamouse
parent ce7b1576e0
commit f3a325fe1a
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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"