Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bb5dc6

Browse files
committed
ci: Bump build image on AppVeyor to MSVC 2019
According to the SciPy toolchain roadmap [1], we should be supporting at minimum MSVC 2019. The AppVeyor image has been held back to MSVC 2017 (probably just forgotten since it didn't complain), which is starting to cause issues for more modern code. [1] https://docs.scipy.org/doc/scipy/dev/toolchain.html
1 parent 54d718e commit 9bb5dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ skip_commits:
1717

1818
clone_depth: 50
1919

20-
image: Visual Studio 2017
20+
image: Visual Studio 2019
2121

2222
environment:
2323

0 commit comments

Comments
 (0)