mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user