From 018a294291fb4d0a6e0b10b704eef634ef162241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Mon, 16 Sep 2024 20:53:04 +0200 Subject: [PATCH] Updated the AppVeyor runner image --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b4c63a8f..fa71e74b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -os: Visual Studio 2017 +os: Visual Studio 2022 platform: - x86 @@ -52,7 +52,7 @@ build_script: -DCMAKE_BUILD_TYPE=Release -DUSE_SDL2_LIBS=ON -DUSE_PNG_SAVE=ON - -G "Visual Studio 15 2017" . + -G "Visual Studio 17 2022" . - cmake --build . --config Release - ctest --output-on-failure