Update MacOS in Azure Pipelines

Azure Pipelines has deprecated macOS-10.14 builds.

See: https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/
This commit is contained in:
David Dalcino
2021-11-23 11:52:47 -08:00
committed by GitHub
parent 60018b3bf6
commit ddf8eddc85

View File

@@ -32,7 +32,7 @@ jobs:
- job: Mac
dependsOn: MatricesGenerator
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
strategy:
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.mac'] ]
steps: