Skip to content

Commit 9a251a3

Browse files
Bump macOS Azure Pipeline vmImage to 10.14, fix #1396 (#1397)
On March 23, 2020, vs2015-win2012r2, macOS-10.13, win1803 vmImages will be removed. We should use macOS-10.14 to make our CI green again. See https://aka.ms/blocked-hosted-agent for more information.
1 parent df434ee commit 9a251a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.macOS.yml

Lines changed: 1 addition & 1 deletion
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.13'
14+
vmImage: 'macOS-10.14'
1515
scriptFileName: ./build.sh

0 commit comments

Comments
 (0)