Skip to content

Commit

Permalink
Update appveyor.yml: bumped QT-Versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 authored Feb 23, 2024
1 parent d9f2383 commit ffb33a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ environment:
- NAME: "MSVC64: CMake, Qt6"
QTABI: msvc2019_64
COMPILER: MSVC
QTVER: 6.4
QTVER: 6.5
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CMAKE_GENERATOR: "Visual Studio 16 2019"
CMAKE_BUILDFLAGS: /verbosity:minimal /maxcpucount
Expand Down Expand Up @@ -90,7 +90,7 @@ environment:
- NAME: "MacOS: CMake, Qt6"
QTABI: macos
COMPILER: CLANG
QTVER: 6.4
QTVER: 6.6
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
CMAKE_GENERATOR: "Unix Makefiles"
TEST_FETCHCONTENT: false
Expand Down Expand Up @@ -387,4 +387,4 @@ for:
# name: install-results
# type: zip
# - path: 'build/**/test-results.xml'
# name: test_results
# name: test_results

0 comments on commit ffb33a5

Please sign in to comment.