Merge pull request #1874 from mikeller/move_macos_azure_build_to_10_15

Moved MacOS azure build to 10.15 because 10.13 has been deprecated.
10.7.0-preview
Michael Keller 2020-02-08 14:56:17 +13:00 committed by GitHub
commit 2eae917b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ stages:
- job: 'MacOS'
pool:
vmImage: 'macos-10.13'
vmImage: 'macos-10.15'
steps:
- task: UseNode@1