Bump macOs version to macos-11 (#3853)
This commit is contained in:
parent
f2efcedd1d
commit
9843c71d77
@ -15,7 +15,7 @@
|
||||
},
|
||||
"Mac": {
|
||||
"Pool": "Azure Pipelines",
|
||||
"OSVmImage": "macOS-10.15",
|
||||
"OSVmImage": "macos-11",
|
||||
"VCPKG_DEFAULT_TRIPLET": "x64-osx"
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"Mac": {
|
||||
"Pool": "Azure Pipelines",
|
||||
"OSVmImage": "macOS-10.15",
|
||||
"OSVmImage": "macos-11",
|
||||
"CmakeEnvArg": "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3 OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl@3/include ",
|
||||
"BrewDependencies": "openssl"
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"StaticConfigs": {
|
||||
"MacOS_x64_with_unit_test": {
|
||||
"Pool": "Azure Pipelines",
|
||||
"OSVmImage": "macOS-10.15",
|
||||
"OSVmImage": "macos-11",
|
||||
"VCPKG_DEFAULT_TRIPLET": "x64-osx",
|
||||
"CmakeArgs": " -DBUILD_TESTING=ON -DRUN_LONG_UNIT_TESTS=ON -DBUILD_PERFORMANCE_TESTS=ON -DBUILD_SAMPLES=ON",
|
||||
"AZURE_CORE_ENABLE_JSON_TESTS": 1,
|
||||
|
||||
@ -5,11 +5,8 @@
|
||||
"include": [
|
||||
{
|
||||
"OSConfiguration": {
|
||||
"macOS-10.15": {
|
||||
"OSVmImage": "macOS-10.15"
|
||||
},
|
||||
"macOS-11": {
|
||||
"OSVmImage": "macOS-11",
|
||||
"OSVmImage": "macos-11",
|
||||
"XCODE_VERSION": "12.5.1"
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user