Skip to content

Commit

Permalink
GHA: Use Qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jul 22, 2024
1 parent a48bfd4 commit 7213abf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-qt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: 'Qt version'
required: false
default: '6.6.0'
default: '6.7.2'
target:
description: 'Qt target (desktop, ios, android)'
required: false
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/build_qbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
fail-fast: false
matrix:
config:
- name: "Qt 6.7.2 MSVC2022_64"
os: windows-2022
qt_version: "6.7.2"
qt_arch: win64_msvc2019_64
qt_modules: qt5compat qttools
vcvars: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
windeploy_options: --no-system-d3d-compiler --no-opengl-sw
pack_name: "Qbs-Qt67-msvc2019_64-${{ github.run_id }}"

- name: "Qt 6.5.3 MSVC2022_64"
os: windows-2022
qt_version: "6.5.3"
Expand Down

0 comments on commit 7213abf

Please sign in to comment.