Skip to content

Commit 13dc0ba

Browse files
committed
ci: switch appveyor to the standard visual studio 2017 image
We were previously using the preview image but there doesn't seem to be a reason why, as the commit that originally added it didn't replace the standard image, but just used the preview from the start. AppVeyor Support recommended switching to the standard image in this support thread: https://help.appveyor.com/discussions/problems/24057-build-job-has-failed-to-start-but-backup-cloud-is-not-configured#comment_47365011
1 parent 5e0c6a6 commit 13dc0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
# This is required for at least an AArch64 compiler in one image, and is also
33
# going to soon be required for compiling LLVM.
4-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
4+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
55

66
# By default schannel checks revocation of certificates unlike some other SSL
77
# backends, but we've historically had problems on CI where a revocation

0 commit comments

Comments
 (0)