Skip to content

Commit

Permalink
Reinstate the macOS coverage builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 4, 2024
1 parent fede720 commit 3fc6b7a
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 @@ -158,7 +158,7 @@ jobs:
env:
- { cc: clang, cxx: clang++, coverage: false }
- { cc: gcc-14, cxx: g++-14, coverage: false }
#- { cc: gcc-14, cxx: g++-14, coverage: true }
- { cc: gcc-14, cxx: g++-14, coverage: true }
exclude:
# GitHub's macOS 14+ gcc can only target arm64, but the Qt Online Installer only provides ARM64 for Qt 6.2+,
# so exclude Qt 5.x (and 6.1, 6.2) with GCC on macOS 14+. Also see the `arch` step below for more details.
Expand Down

0 comments on commit 3fc6b7a

Please sign in to comment.