Skip to content

Commit

Permalink
CI: Use MSVC 2022 instead of MSVC2019
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos committed May 2, 2024
1 parent 1d5ab75 commit 5b93082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions appveyor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ General/ABI = windows-mingw_64-gcc

[windows-msvc2019_64-cl]
General/ABI = windows-msvc2019_64-cl

[windows-msvc2022_64-cl]
General/ABI = windows-msvc2022_64-cl
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '{build}-{branch}'
image: Visual Studio 2019
image: Visual Studio 2022

clone_depth: 1

Expand Down Expand Up @@ -30,4 +30,4 @@ test_script:
environment:
matrix:
- TARGET: windows-mingw_64-gcc
- TARGET: windows-msvc2019_64-cl
- TARGET: windows-msvc2022_64-cl

0 comments on commit 5b93082

Please sign in to comment.