Merge pull request #1717 from DioEgizio/update-qt660
chore: bump Qt to Qt 6.6.0
This commit is contained in:
commit
8f2f99801e
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@ -60,10 +60,10 @@ jobs:
|
|||||||
vcvars_arch: "amd64"
|
vcvars_arch: "amd64"
|
||||||
qt_ver: 6
|
qt_ver: 6
|
||||||
qt_host: windows
|
qt_host: windows
|
||||||
qt_arch: ""
|
qt_arch: ''
|
||||||
qt_version: "6.5.2"
|
qt_version: '6.6.0'
|
||||||
qt_modules: "qt5compat qtimageformats"
|
qt_modules: 'qt5compat qtimageformats'
|
||||||
qt_tools: ""
|
qt_tools: ''
|
||||||
|
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
name: "Windows-MSVC-arm64"
|
name: "Windows-MSVC-arm64"
|
||||||
@ -72,20 +72,20 @@ jobs:
|
|||||||
vcvars_arch: "amd64_arm64"
|
vcvars_arch: "amd64_arm64"
|
||||||
qt_ver: 6
|
qt_ver: 6
|
||||||
qt_host: windows
|
qt_host: windows
|
||||||
qt_arch: "win64_msvc2019_arm64"
|
qt_arch: 'win64_msvc2019_arm64'
|
||||||
qt_version: "6.5.2"
|
qt_version: '6.6.0'
|
||||||
qt_modules: "qt5compat qtimageformats"
|
qt_modules: 'qt5compat qtimageformats'
|
||||||
qt_tools: ""
|
qt_tools: ''
|
||||||
|
|
||||||
- os: macos-12
|
- os: macos-12
|
||||||
name: macOS
|
name: macOS
|
||||||
macosx_deployment_target: 11.0
|
macosx_deployment_target: 11.0
|
||||||
qt_ver: 6
|
qt_ver: 6
|
||||||
qt_host: mac
|
qt_host: mac
|
||||||
qt_arch: ""
|
qt_arch: ''
|
||||||
qt_version: "6.5.2"
|
qt_version: '6.6.0'
|
||||||
qt_modules: "qt5compat qtimageformats"
|
qt_modules: 'qt5compat qtimageformats'
|
||||||
qt_tools: ""
|
qt_tools: ''
|
||||||
|
|
||||||
- os: macos-12
|
- os: macos-12
|
||||||
name: macOS-Legacy
|
name: macOS-Legacy
|
||||||
|
Loading…
Reference in New Issue
Block a user