Move macos up to 10.15 or remove where there is sufficient 10.15 coverage (#3169)

This commit is contained in:
Daniel Jurek 2021-12-08 13:08:00 -08:00 committed by GitHub
parent 894cd75198
commit ef12972c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -129,7 +129,7 @@ jobs:
#AZURE_CORE_ENABLE_JSON_TESTS: 1 # Testing Json lib on Win+WinHttp only, No need to repeat here as it is independent to the http transport adapter.
MacOS_x64_with_unit_test:
Pool: Azure Pipelines
OSVmImage: 'macOS-10.14'
OSVmImage: 'macOS-10.15'
VcpkgInstall: 'curl[ssl] libxml2 openssl'
VCPKG_DEFAULT_TRIPLET: 'x64-osx'
CmakeArgs: ' -DBUILD_TESTING=ON -DRUN_LONG_UNIT_TESTS=ON -DBUILD_PERFORMANCE_TESTS=ON '
@ -259,7 +259,7 @@ jobs:
workingDirectory: build
displayName: Generate Code Coverage Data
condition: and(succeeded(), ne(variables['CODE_COVERAGE'], 'disabled'), ne(variables['CODE_COVERAGE'], ''))
- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: Cobertura

View File

@ -5,9 +5,6 @@
"include": [
{
"OSConfiguration": {
"macOS-10.14": {
"OSVmImage": "macOS-10.14"
},
"macOS-10.15": {
"OSVmImage": "macOS-10.15"
},