CI: Update macOS deployment target to macOS 13

Qt 6.11 only supports macOS 13+. It does not support macOS 12, and OBS
Studio will fail to launch on macOS 12 as a result. We should reflect
that with our deployment target.

https://doc.qt.io/qt-6.11/supported-platforms.html
This commit is contained in:
Ryan Foster
2026-08-04 15:59:21 -04:00
parent b6f854c73b
commit 55c3c07d52
+1 -1
View File
@@ -96,7 +96,7 @@
"generator": "Xcode",
"binaryDir": "${sourceDir}/build_macos",
"cacheVariables": {
"CMAKE_OSX_DEPLOYMENT_TARGET": {"type": "STRING", "value": "12.0"},
"CMAKE_OSX_DEPLOYMENT_TARGET": {"type": "STRING", "value": "13.0"},
"OBS_CODESIGN_IDENTITY": {"type": "STRING", "value": "$penv{CODESIGN_IDENT}"},
"OBS_CODESIGN_TEAM": {"type": "STRING", "value": "$penv{CODESIGN_TEAM}"},
"OBS_PROVISIONING_PROFILE": {"type": "STRING", "value": "$penv{PROVISIONING_PROFILE}"},