Skip to content

Commit 406097c

Browse files
committed
ci: Use the previous build worker image in AppVeyor
This is a workaround as the recent Visual Studio 2019 image update breaks our builds.
1 parent 543693b commit 406097c

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
@@ -1,6 +1,6 @@
11
version: '{branch}.{build}'
22
skip_tags: true
3-
image: Visual Studio 2019
3+
image: Previous Visual Studio 2019
44
configuration: Release
55
platform: x64
66
clone_depth: 5

0 commit comments

Comments
 (0)