From 53d57a2f6b3b7edc998053ea4c08ed0f72515e43 Mon Sep 17 00:00:00 2001 From: Peter Glotfelty Date: Sun, 29 Sep 2024 14:49:16 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 74a22253..fb9eb735 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ ## Operating System (VM environment) ## # Rust needs at least Visual Studio 2013 Appveyor OS for MSVC targets. -os: Visual Studio 2019 +os: Visual Studio 2022 ## Build Matrix ## @@ -138,4 +138,4 @@ for: - channel: 1.56.1 test_script: - - cargo test --verbose %cargoflags% \ No newline at end of file + - cargo test --verbose %cargoflags%