Skip to content

Commit

Permalink
Update Qt to 6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Sep 28, 2024
1 parent bf487fd commit 23c9bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ jobs:
qtVersion: '5.15.2'
buildArch: 'X64'
- runner: 'macos-14'
qtVersion: '6.7.2'
qtVersion: '6.7.3'
qtModules: 'qtimageformats'
buildArch: 'Universal'
- runner: 'macos-14'
qtVersion: '5.15.2'
osSuffix: '_legacy'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.7.2'
qtVersion: '6.7.3'
qtArch: 'win64_msvc2019_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.7.2'
qtVersion: '6.7.3'
qtArch: 'win64_msvc2019_arm64'
osSuffix: '_arm64'
qtModules: 'qtimageformats'
Expand Down

0 comments on commit 23c9bf6

Please sign in to comment.