Skip to content

Commit

Permalink
Update Qt to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Nov 30, 2024
1 parent adabeab commit 5a38877
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
qtVersion: '5.15.2'
buildArch: 'X64'
- runner: 'macos-14'
qtVersion: '6.7.3'
qtVersion: '6.8.0'
qtModules: 'qtimageformats'
buildArch: 'Universal'
- runner: 'macos-13'
qtVersion: '5.15.2'
osSuffix: '_legacy'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.7.3'
qtArch: 'win64_msvc2019_64'
qtVersion: '6.8.0'
qtArch: 'win64_msvc2022_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.7.3'
qtArch: 'win64_msvc2019_arm64'
qtVersion: '6.8.0'
qtArch: 'win64_msvc2022_arm64_cross_compiled'
osSuffix: '_arm64'
qtModules: 'qtimageformats'
buildArch: 'Arm64'
Expand All @@ -61,6 +61,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
aqtsource: 'git+https://github.com/jdpurcell/aqtinstall.git@v3.1.92' # temporary fork to fix win64_msvc2022_arm64_cross_compiled
version: ${{ matrix.qtVersion }}
arch: ${{ matrix.qtArch }}
cache: true
Expand Down

0 comments on commit 5a38877

Please sign in to comment.