mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Build on Monterey and set target to 11.6
This commit is contained in:
parent
ce7b1576e0
commit
f3a325fe1a
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user