From: Bart Van Assche Date: Sat, 4 Jul 2020 04:13:31 +0000 (-0700) Subject: .appveyor.yml: Select the latest software image X-Git-Tag: fio-3.21~15^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=793781627e72fe73b820a643f1d7e2b984c5aaf2;p=fio.git .appveyor.yml: Select the latest software image This is necessary to make the overlap test (t0013) pass. Signed-off-by: Bart Van Assche --- diff --git a/.appveyor.yml b/.appveyor.yml index 70c337f8..5f4a33e2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,8 @@ clone_depth: 1 # NB: this stops FIO-VERSION-GEN making tag based versions +image: + - Visual Studio 2019 + environment: CYG_MIRROR: http://cygwin.mirror.constant.com CYG_ROOT: C:\cygwin64