File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 {
1818 "name" : " macos" ,
1919 "displayName" : " macOS Universal" ,
20- "description" : " Build for macOS 11 .0+ (Universal binary)" ,
20+ "description" : " Build for macOS 12 .0+ (Universal binary)" ,
2121 "inherits" : [" template" ],
2222 "binaryDir" : " ${sourceDir}/build_macos" ,
2323 "condition" : {
2828 "generator" : " Xcode" ,
2929 "warnings" : {"dev" : true , "deprecated" : true },
3030 "cacheVariables" : {
31- "CMAKE_OSX_DEPLOYMENT_TARGET" : " 11 .0" ,
31+ "CMAKE_OSX_DEPLOYMENT_TARGET" : " 12 .0" ,
3232 "CMAKE_OSX_ARCHITECTURES" : " arm64;x86_64" ,
3333 "CODESIGN_IDENTITY" : " $penv{CODESIGN_IDENT}" ,
3434 "CODESIGN_TEAM" : " $penv{CODESIGN_TEAM}"
3838 "name" : " macos-ci" ,
3939 "inherits" : [" macos" ],
4040 "displayName" : " macOS Universal CI build" ,
41- "description" : " Build for macOS 11 .0+ (Universal binary) for CI" ,
41+ "description" : " Build for macOS 12 .0+ (Universal binary) for CI" ,
4242 "generator" : " Xcode" ,
4343 "cacheVariables" : {
4444 "CMAKE_COMPILE_WARNING_AS_ERROR" : true ,
You can’t perform that action at this time.
0 commit comments