Skip to content

Commit

Permalink
Correct YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 10, 2025
1 parent 5a2619a commit 78ff4b2
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 @@ -173,7 +173,7 @@ jobs:
- 2
- 4
- 8
exclude:
exclude:
# GitHub's macOS 14+ gcc can only target arm64, but Qt didn't add Apple arm64 support until Qt 6.2, so:
# Exclude Qt 5.x (and 6.0, 6.1) with GCC on macOS 14+. Also see the `arch` step below for more details.
- { qt: '5.9.9', os: macos-14, cc: gcc }
Expand Down

0 comments on commit 78ff4b2

Please sign in to comment.