Skip to content

Commit

Permalink
AppVeyor: Try to use VS 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Aug 1, 2023
1 parent 90d8da3 commit 18c2eb1
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,7 +1,7 @@
clone_depth: 200
version: '1.10.{build}'
image:
- Visual Studio 2019
- Visual Studio 2022

cache:
- C:\Users\appveyor\.m2
Expand All @@ -14,7 +14,7 @@ environment:
matrix:
- QTDIR: C:\Qt\6.4\msvc2019_64
PYTHONHOME: C:\Python38-x64
DEFAULT_PROFILE: MSVC2019-x64
DEFAULT_PROFILE: MSVC2022-x64
PUSH_RELEASE: false
ENABLE_ZSTD: false
- QTDIR: C:\Qt\6.4\mingw_64
Expand Down

0 comments on commit 18c2eb1

Please sign in to comment.