Bump macOs version to macos-11 (#3853)

This commit is contained in:
Sima Zhu 2022-07-27 21:57:20 -07:00 committed by GitHub
parent f2efcedd1d
commit 9843c71d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 7 deletions

View File

@ -15,7 +15,7 @@
},
"Mac": {
"Pool": "Azure Pipelines",
"OSVmImage": "macOS-10.15",
"OSVmImage": "macos-11",
"VCPKG_DEFAULT_TRIPLET": "x64-osx"
}
}

View File

@ -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"
}

View File

@ -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,

View File

@ -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"
}
},