Skip to content

Commit

Permalink
AppVeyor: use Qt 6.5 in Qt6 Ubuntu 20.04 build
Browse files Browse the repository at this point in the history
Apparently, Qt 6.3 has been removed from Ubuntu image too.
  • Loading branch information
10110111 committed Mar 10, 2024
1 parent 22c0877 commit ffc9b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
QT_VERSION_MAJOR: 5
- BUILD_NAME: Ubuntu amd64 Qt6
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
QT_BASEDIR: /home/appveyor/Qt/6.3/gcc_64
QT_BASEDIR: /home/appveyor/Qt/6.5/gcc_64
QT_VERSION_MAJOR: 6
- BUILD_NAME: macOS amd64 Qt5
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
Expand Down

0 comments on commit ffc9b68

Please sign in to comment.