diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d716a702f..83a348b1d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -206,6 +206,8 @@ jobs: - { qt: '5.13.2', os: 'macos-14' } - { qt: '5.14.2', os: 'macos-14' } - { qt: '5.15.2', os: 'macos-14' } + # Exclude Qt 6.2 on macOS 14+ (Qt6 only officially supports macOS 14 from Qt 6.4+, and some 6.2.n LTS update). + - { qt: '6.2.4', os: 'macos-14' } # Exclude Qt 5.10 with GCC on macOS. See https://bugreports.qt.io/browse/QTBUG-66585 - { qt: '5.10.1', env: { cc: gcc-12 } } # Exclude Qt6 with GCC on macOS for now, as GCC (only) has lots of false compiler