Build Windows ARM64 with Qt 6.7 in CI

This commit is contained in:
Cameron Gutman 2024-06-23 17:58:22 -05:00
parent 52756e7f45
commit fbe5e6f01f

View File

@ -6,7 +6,7 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
QTDIR: C:\Qt\5.15
QTDIR_ARM64: C:\Qt\6.5
QTDIR_ARM64: C:\Qt\6.7
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
BUILD_TARGET: macos
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1604