Skip to content

Commit 1e70045

Browse files
authored
Merge pull request numpy#20234 from charris/update-msvc-version
MAINT: Update vs2017 to vs2019.
2 parents c7d5624 + 1f19402 commit 1e70045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ stages:
109109
# the docs even though i.e., numba uses another in their
110110
# azure config for mac os -- Microsoft has indicated
111111
# they will patch this issue
112-
vmImage: macOS-10.14
112+
vmImage: 'macOS-10.14'
113113
strategy:
114114
maxParallel: 3
115115
matrix:
@@ -230,7 +230,7 @@ stages:
230230

231231
- job: Windows
232232
pool:
233-
vmImage: 'VS2017-Win2016'
233+
vmImage: 'windows-latest'
234234
strategy:
235235
maxParallel: 6
236236
matrix:

0 commit comments

Comments
 (0)