Skip to content

Commit

Permalink
Restore the remaining macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent 965ce30 commit f668de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ jobs:
os: [ 'macos-13', 'macos-14', 'macos-15' ]
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: false }
- { cc: gcc-14, cxx: g++-14, coverage: true }
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.
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
find "$RUNNER_TEMP" -name 'Info.plist' -execdir cat '{}' \;
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" --version
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose --debug
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose
timeout-minutes: 1
- name: Collate test coverage
if: matrix.env.coverage
Expand Down

0 comments on commit f668de2

Please sign in to comment.