Skip to content

Commit 1f19402

Browse files
committed
MAINT: Update vs2017 to vs2019.
vs2017 will will be deprecated Nov 15 and removed next Mar, use windows-latest instead, which is currently vs2019.
1 parent 9b0b40b commit 1f19402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
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)