From 980d200092e97aeeea330a40a5063dc0db6ca138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 7 Sep 2020 16:49:07 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dcdf221ad..735cd9e84 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,11 +17,11 @@ skip_commits: - NazaraModuleTemplate/* os: - - Visual Studio 2017 + - Visual Studio 2019 environment: matrix: - - TOOLSET: vs2017 + - TOOLSET: vs2019 install: - cd build && "./premake5.exe" %TOOLSET% && cd ..