Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix vtk install deadlock in ci #286

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

Algiane
Copy link
Member

@Algiane Algiane commented Oct 17, 2024

This PR replaces the macos-12 runners by macos-14 ones for jobs with VTK enabled.

It fixes a recent deadlock (or very long slowdown) during the installation of VTK using homebrew (see https://github.com/MmgTools/mmg/actions/runs/11384817386/job/31673334951) which is probably due to the removal of the macos-12 runner in a close future.

Integrating this PR should allow to fix the github-actions of PR #285.

@Algiane Algiane added the kind: ci-failure unexpected ci failure label Oct 17, 2024
@Algiane Algiane self-assigned this Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.44%. Comparing base (4267b33) to head (12543e3).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #286   +/-   ##
========================================
  Coverage    50.44%   50.44%           
========================================
  Files          177      177           
  Lines        47238    47238           
  Branches     10271    10272    +1     
========================================
  Hits         23830    23830           
  Misses       15676    15676           
  Partials      7732     7732           

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

@coprigent
Copy link
Contributor

Thanks !

@coprigent coprigent merged commit 74fe1ce into develop Oct 22, 2024
49 checks passed
@coprigent coprigent deleted the feature/fix-vtk-install-deadlock-in-ci branch October 24, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: ci-failure unexpected ci failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants