use macOS-latest hosted agent

This commit is contained in:
Joao Moreno 2020-01-24 09:44:16 +01:00
parent e4eec1db9c
commit 80e2ea28b6
No known key found for this signature in database
GPG key ID: 9494F5E6167A8E6B
2 changed files with 3 additions and 3 deletions

View file

@ -13,6 +13,6 @@ jobs:
- job: macOS - job: macOS
pool: pool:
vmImage: macOS 10.13 vmImage: macOS-latest
steps: steps:
- template: build/azure-pipelines/darwin/continuous-build-darwin.yml - template: build/azure-pipelines/darwin/continuous-build-darwin.yml

View file

@ -102,7 +102,7 @@ jobs:
- job: macOS - job: macOS
condition: and(succeeded(), eq(variables['VSCODE_COMPILE_ONLY'], 'false'), eq(variables['VSCODE_BUILD_MACOS'], 'true')) condition: and(succeeded(), eq(variables['VSCODE_COMPILE_ONLY'], 'false'), eq(variables['VSCODE_BUILD_MACOS'], 'true'))
pool: pool:
vmImage: macOS 10.13 vmImage: macOS-latest
dependsOn: dependsOn:
- Compile - Compile
steps: steps: