From 42e94ee67e5cc8a8cf2f80724d9980f094f09df4 Mon Sep 17 00:00:00 2001 From: Jeremy Hayes Date: Wed, 18 Jan 2023 11:46:28 -0700 Subject: [PATCH] Update appveyor environment SPIRV-Tools now requires 3.17.2 or higher. The version provided by Visual Studio 2015 is 3.16.2. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b08c47b9..0b7f8a5e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,7 +4,7 @@ # build version format version: "{build}" -os: Visual Studio 2015 +os: Visual Studio 2019 platform: - x64 @@ -55,7 +55,7 @@ build: build_script: - mkdir build && cd build - - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=install .. + - cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX=install .. - cmake --build . --config %CONFIGURATION% --target install test_script: