Skip to content

Commit

Permalink
Merge pull request PrismLauncher#1717 from DioEgizio/update-qt660
Browse files Browse the repository at this point in the history
chore: bump Qt to Qt 6.6.0
  • Loading branch information
Trial97 authored Oct 16, 2023
2 parents 436db23 + aae65e3 commit 8f2f998
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
vcvars_arch: "amd64"
qt_ver: 6
qt_host: windows
qt_arch: ""
qt_version: "6.5.2"
qt_modules: "qt5compat qtimageformats"
qt_tools: ""
qt_arch: ''
qt_version: '6.6.0'
qt_modules: 'qt5compat qtimageformats'
qt_tools: ''

- os: windows-2022
name: "Windows-MSVC-arm64"
Expand All @@ -72,20 +72,20 @@ jobs:
vcvars_arch: "amd64_arm64"
qt_ver: 6
qt_host: windows
qt_arch: "win64_msvc2019_arm64"
qt_version: "6.5.2"
qt_modules: "qt5compat qtimageformats"
qt_tools: ""
qt_arch: 'win64_msvc2019_arm64'
qt_version: '6.6.0'
qt_modules: 'qt5compat qtimageformats'
qt_tools: ''

- os: macos-12
name: macOS
macosx_deployment_target: 11.0
qt_ver: 6
qt_host: mac
qt_arch: ""
qt_version: "6.5.2"
qt_modules: "qt5compat qtimageformats"
qt_tools: ""
qt_arch: ''
qt_version: '6.6.0'
qt_modules: 'qt5compat qtimageformats'
qt_tools: ''

- os: macos-12
name: macOS-Legacy
Expand Down

0 comments on commit 8f2f998

Please sign in to comment.