Skip to content

Commit

Permalink
macOS Qt 6.8.0?
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Nov 30, 2024
1 parent d2970b9 commit 907ba64
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@ jobs:
strategy:
matrix:
include:
- runner: 'ubuntu-20.04'
qtVersion: '5.15.2'
buildArch: 'X64'
# - runner: 'ubuntu-20.04'
# qtVersion: '5.15.2'
# buildArch: 'X64'
- runner: 'macos-14'
qtVersion: '6.8.1'
qtVersion: '6.8.0'
qtModules: 'qtimageformats'
buildArch: 'Universal'
- runner: 'macos-13'
qtVersion: '5.15.2'
osSuffix: '_legacy'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.8.1'
qtArch: 'win64_msvc2022_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.8.1'
qtArch: 'win64_msvc2022_arm64_cross_compiled'
osSuffix: '_arm64'
qtModules: 'qtimageformats'
buildArch: 'Arm64'
- runner: 'windows-2022'
qtVersion: '5.15.2'
qtArch: 'win32_msvc2019'
osSuffix: '_32'
buildArch: 'X86'
# - runner: 'macos-13'
# qtVersion: '5.15.2'
# osSuffix: '_legacy'
# buildArch: 'X64'
# - runner: 'windows-2022'
# qtVersion: '6.8.0'
# qtArch: 'win64_msvc2022_64'
# osSuffix: '_64'
# qtModules: 'qtimageformats'
# buildArch: 'X64'
# - runner: 'windows-2022'
# qtVersion: '6.8.0'
# qtArch: 'win64_msvc2022_arm64_cross_compiled'
# 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 907ba64

Please sign in to comment.