diff options
author | eine <eine@users.noreply.github.com> | 2020-11-20 01:13:50 +0100 |
---|---|---|
committer | eine <eine@users.noreply.github.com> | 2020-11-20 01:38:02 +0100 |
commit | 363520c2469ffcc66bd0bc39a0c02b37afcfb2f7 (patch) | |
tree | 442562c04b378920b7478073023dcda8d9f04340 | |
parent | fa6d95d94f7c309793cc096bfca4de7d646b9fcf (diff) | |
download | ghdl-363520c2469ffcc66bd0bc39a0c02b37afcfb2f7.tar.gz ghdl-363520c2469ffcc66bd0bc39a0c02b37afcfb2f7.tar.bz2 ghdl-363520c2469ffcc66bd0bc39a0c02b37afcfb2f7.zip |
ci/appveyor: update image to 'Visual Studio 2019'
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3fb8b74b1..cf0534eb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ # General configuration # ============================================================================= # Virtual Machine Image -image: WMF 5 +image: Visual Studio 2019 # Build names version: '{branch}-{build}' # Branches to build |