Skip to content

Fix MacOS GHA CI - #3585

Merged
JCGoran merged 2 commits into
masterfrom
jelic/fix_ci_again
Aug 28, 2025
Merged

Fix MacOS GHA CI#3585
JCGoran merged 2 commits into
masterfrom
jelic/fix_ci_again

Conversation

@JCGoran

@JCGoran JCGoran commented Aug 28, 2025

Copy link
Copy Markdown
Collaborator

For some reason, the brew installation of CMake in the MacOS GHA CI started failing with:

Error: cmake was installed from the local/pinned tap
but you are trying to install it from the homebrew/core tap.
Formulae with the same name from different taps cannot be installed at the same time.

To install this version, you must first uninstall the existing formula:
  brew uninstall cmake
Then you can install the desired version:
  brew install cmake

so if we follow the advice it should work again.

@sonarqubecloud

Copy link
Copy Markdown

@JCGoran JCGoran added CI Continuous Integration macOS Issues that have a macOS-specific dimension. labels Aug 28, 2025
@JCGoran
JCGoran marked this pull request as ready for review August 28, 2025 13:37
@JCGoran
JCGoran requested review from cattabiani and nrnhines August 28, 2025 13:38
@codecov

codecov Bot commented Aug 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.49%. Comparing base (0d99051) to head (b3e6f86).
⚠️ Report is 45 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3585      +/-   ##
==========================================
+ Coverage   68.46%   68.49%   +0.02%     
==========================================
  Files         685      685              
  Lines      116720   116720              
==========================================
+ Hits        79914    79946      +32     
+ Misses      36806    36774      -32     

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@azure-pipelines

Copy link
Copy Markdown

✔️ b3e6f86 -> Azure artifacts URL

@cattabiani cattabiani left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions

Copy link
Copy Markdown
Contributor

✔️ b3e6f86 -> artifacts URL

@JCGoran
JCGoran enabled auto-merge (squash) August 28, 2025 15:13
@JCGoran
JCGoran merged commit f2b0ff2 into master Aug 28, 2025
49 checks passed
@JCGoran
JCGoran deleted the jelic/fix_ci_again branch August 28, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration macOS Issues that have a macOS-specific dimension.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants