diff --git a/ci/azure-pipelines-macOS.yml b/ci/azure-pipelines-macOS.yml index 3ad6a6fd3..58142883e 100644 --- a/ci/azure-pipelines-macOS.yml +++ b/ci/azure-pipelines-macOS.yml @@ -9,4 +9,4 @@ jobs: - template: templates/jobs.yml parameters: name: macOS - vmImage: 'macOS 10.14' + vmImage: 'macOS-latest' diff --git a/ci/azure-pipelines-windows.yml b/ci/azure-pipelines-windows.yml index 551c1e965..3c459059d 100644 --- a/ci/azure-pipelines-windows.yml +++ b/ci/azure-pipelines-windows.yml @@ -9,4 +9,4 @@ jobs: - template: templates/jobs.yml parameters: name: Windows - vmImage: 'vs2017-win2016' + vmImage: 'windows-latest' diff --git a/ci/deploy.yml b/ci/deploy.yml index 63816b0a8..4b7b089f5 100644 --- a/ci/deploy.yml +++ b/ci/deploy.yml @@ -16,11 +16,11 @@ stages: - template: templates/jobs.yml parameters: name: Windows - vmImage: 'vs2017-win2016' + vmImage: 'windows-latest' - template: templates/jobs.yml parameters: name: macOS - vmImage: 'macOS 10.14' + vmImage: 'macOS-latest' - stage: Publish condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/') dependsOn: Tests