diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-10-29 09:36:04 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-10-29 09:36:04 -0600 |
commit | 1f194028dc7248d67a8a4fa3684863093ee21adf (patch) | |
tree | 87db3609d5074bbec97b8648038bcab966cf1140 | |
parent | 9b0b40b22288575fb7ff37f7670170fd2d81193b (diff) | |
download | numpy-1f194028dc7248d67a8a4fa3684863093ee21adf.tar.gz |
MAINT: Update vs2017 to vs2019.
vs2017 will will be deprecated Nov 15 and removed next Mar, use
windows-latest instead, which is currently vs2019.
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0c67b4aa..7c21087e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -109,7 +109,7 @@ stages: # the docs even though i.e., numba uses another in their # azure config for mac os -- Microsoft has indicated # they will patch this issue - vmImage: macOS-10.14 + vmImage: 'macOS-10.14' strategy: maxParallel: 3 matrix: @@ -230,7 +230,7 @@ stages: - job: Windows pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-latest' strategy: maxParallel: 6 matrix: |