Skip to content

Commit

Permalink
Update github actions and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Apr 2, 2024
1 parent a633021 commit 773e2ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
qt_version: [6.2.4, 6.3.2, 6.4.3, 6.5.0]
qt_version: [6.2.7, 6.5.2, 6.6.3]

steps:
- name: Install ninja
Expand Down
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ environment:
- QTDIR: C:\Qt\6.2\msvc2019_64
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# Qt 6.3
- QTDIR: C:\Qt\6.3\msvc2019_64
# Qt 6.5
- QTDIR: C:\Qt\6.5\msvc2019_64
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# Qt 6.6
- QTDIR: C:\Qt\6.6\msvc2019_64
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
branches:
only:
- master
Expand Down

0 comments on commit 773e2ad

Please sign in to comment.