Skip to content

Commit

Permalink
Updated the AppVeyor runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Sep 16, 2024
1 parent fa25f6a commit 0034a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: Visual Studio 2017
os: Visual Studio 2022

platform:
- x86
Expand Down Expand Up @@ -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 15 2022" .
- cmake --build . --config Release
- ctest --output-on-failure

Expand Down

0 comments on commit 0034a54

Please sign in to comment.