Skip to content

Commit f5ba912

Browse files
authored
Update mac Image to 10.14 in CI as 10.13 is going to be deprecated in March (#1182)
https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
1 parent d055781 commit f5ba912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/azure-pipelines-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- job: 'PS6_macOS'
5353
displayName: PowerShell 6 | macOS
5454
pool:
55-
vmImage: 'macOS-10.13'
55+
vmImage: 'macOS-10.14'
5656
steps:
5757
- template: templates/ci-general.yml
5858

0 commit comments

Comments
 (0)