mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 02:34:23 -05:00
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:
+1
-1
@@ -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}"},
|
||||
|
||||
Reference in New Issue
Block a user