Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor: Try to use VS 2022 #3799

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7\msvc2019_64
PYTHONHOME: C:\Python38-x64
DEFAULT_PROFILE: MSVC2019-x64
DEFAULT_PROFILE: MSVC2022-x64
PUSH_RELEASE: false
ENABLE_ZSTD: false
- QTDIR: C:\Qt\6.7\mingw_64
Expand Down