Skip to content

Commit

Permalink
Correct workflow property name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 4, 2024
1 parent 3f7365b commit 13c9f71
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,20 @@ jobs:
exclude:
#- { qt: '5.10.1', env: { cc: gcc-14 } } # Compiler warnings (treated as errors) in generated moc code.
# GitHub's macOS 14+ gcc can only target arm64, but the Qt Online Installer only provides ARM64 from 6.2+
- { qt: '5.9.9', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.9.9', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.10.1', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.10.1', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.11.3', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.11.3', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.12.12', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.12.12', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.13.2', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.13.2', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.14.2', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.14.2', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.15.2', os: macos-14, cc: { cc: gcc-14 } }
- { qt: '5.15.2', os: macos-15, cc: { cc: gcc-14 } }
- { qt: '5.9.9', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.9.9', os: macos-15, env: { cc: gcc-14 } }
- { qt: '5.10.1', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.10.1', os: macos-15, env: { cc: gcc-14 } }
- { qt: '5.11.3', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.11.3', os: macos-15, env: { cc: gcc-14 } }
- { qt: '5.12.12', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.12.12', os: macos-15, env: { cc: gcc-14 } }
- { qt: '5.13.2', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.13.2', os: macos-15, env: { cc: gcc-14 } }
- { qt: '5.14.2', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.14.2', os: macos-15, env: { cc: gcc-14 } }
- { qt: '5.15.2', os: macos-14, env: { cc: gcc-14 } }
- { qt: '5.15.2', os: macos-15, env: { cc: gcc-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
Expand Down

0 comments on commit 13c9f71

Please sign in to comment.