Skip to content

Commit

Permalink
Qt 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Nov 3, 2024
1 parent f6f4381 commit 69411d2
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,36 @@ jobs:
strategy:
matrix:
include:
- runner: 'ubuntu-20.04'
qtVersion: '5.15.2'
- runner: 'ubuntu-20.04'
qtVersion: '5.9'
osSuffix: '_qt5.9'
skipPlugins: 'true'
- runner: 'macos-14'
qtVersion: '6.7.3'
qtModules: 'qtimageformats'
buildArch: 'Universal'
- runner: 'macos-13'
qtVersion: '5.15.2'
osSuffix: '_legacy'
# - runner: 'ubuntu-20.04'
# qtVersion: '5.15.2'
# - runner: 'ubuntu-20.04'
# qtVersion: '5.9'
# osSuffix: '_qt5.9'
# skipPlugins: 'true'
# - runner: 'macos-14'
# qtVersion: '6.7.3'
# qtModules: 'qtimageformats'
# buildArch: 'Universal'
# - runner: 'macos-13'
# qtVersion: '5.15.2'
# osSuffix: '_legacy'
- runner: 'windows-2022'
qtVersion: '6.7.3'
qtArch: 'win64_msvc2019_64'
qtVersion: '6.8.0'
qtArch: 'win64_msvc2022_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
- runner: 'windows-2022'
qtVersion: '6.7.3'
qtArch: 'win64_msvc2019_arm64'
osSuffix: '_arm64'
qtModules: 'qtimageformats'
buildArch: 'Arm64'
- runner: 'windows-2022'
qtVersion: '5.15.2'
qtArch: 'win32_msvc2019'
osSuffix: '_32'
buildArch: 'X86'
skipPlugins: 'true'
# - runner: 'windows-2022'
# qtVersion: '6.7.3'
# qtArch: 'win64_msvc2019_arm64'
# osSuffix: '_arm64'
# qtModules: 'qtimageformats'
# buildArch: 'Arm64'
# - runner: 'windows-2022'
# qtVersion: '5.15.2'
# qtArch: 'win32_msvc2019'
# osSuffix: '_32'
# buildArch: 'X86'
runs-on: ${{ matrix.runner }}
steps:
- name: Set environment variables
Expand Down

0 comments on commit 69411d2

Please sign in to comment.