Skip to content

Commit dddc1ea

Browse files
authored
Use non-deprecated macOS pool on Azure Pipelines (#1847)
Fixes the warning: "The macOS-10.14 environment is deprecated and will be removed on December 10, 2021. For more details see https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/"
1 parent db0a88a commit dddc1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- template: build/azure-pipelines.job.template.yml
1212
parameters:
1313
name: macOS
14-
vmImage: 'macOS-10.14'
15-
scriptFileName: ./build.sh
14+
vmImage: 'macOS-10.15'
15+
scriptFileName: ./build.sh

0 commit comments

Comments
 (0)