Skip to content

CI: exclude gcc@11 on macos-14 (arm64)#1194

Open
jalvesz with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-github-actions-job-build-macos-14
Open

CI: exclude gcc@11 on macos-14 (arm64)#1194
jalvesz with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-github-actions-job-build-macos-14

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

brew install gcc@11 fails on macOS 14 (arm64/Apple Silicon) because the post-install step exits with code 1, causing the entire setup-fortran step to fail and all subsequent cmake steps to be skipped.

Changes

  • .github/workflows/CI.yml: Add {os: macos-14, toolchain: {compiler: gcc, version: 11}} to the matrix exclude list — mirrors the existing exclusion of gcc@10 on macos-14 for the same reason.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Build (macos-14, gcc, 11, cmake) CI: exclude gcc@11 on macos-14 (arm64) Jul 2, 2026
Copilot AI requested a review from jalvesz July 2, 2026 12:30
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.84%. Comparing base (692632f) to head (81ac66d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1194   +/-   ##
=======================================
  Coverage   68.84%   68.84%           
=======================================
  Files         408      408           
  Lines       13726    13726           
  Branches     1552     1552           
=======================================
  Hits         9450     9450           
  Misses       4276     4276           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jalvesz jalvesz marked this pull request as ready for review July 2, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants