Skip to content

Commit

Permalink
Correct a Qt version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent 42e7078 commit 17a4ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- { qt: '5.15.2', os: macos-14, env: { cc: clang } }
- { qt: '5.15.2', os: macos-15, env: { cc: clang } }
- { qt: '6.2.4', os: macos-14, env: { cc: clang } }
- { qt: '5.2.4', os: macos-15, env: { cc: clang } }
- { qt: '6.2.4', os: macos-15, env: { cc: clang } }
# Exclude Qt 5.10 with GCC on macOS. See https://bugreports.qt.io/browse/QTBUG-66585
- { qt: '5.10.1', env: { cc: gcc-14 } }
# Exclude Qt 6.x with GCC on macOS for now. See https://bugreports.qt.io/browse/QTBUG-107050
Expand Down

0 comments on commit 17a4ddc

Please sign in to comment.