diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86575fedc..43415d262 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -146,7 +146,7 @@ jobs: displayName: 'Combine Windows wheels and deploy to PyPI' dependsOn: Build pool: - vmImage: 'windows-2019' # other options: 'macOS-10.13', 'ubuntu-16.04' + vmImage: 'windows-2022' # other options: 'macOS-10.13', 'ubuntu-16.04' steps: - checkout: none #skip checking out the default repository resource - task: DownloadBuildArtifacts@0