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

Switch CI to Intel-based Mac runner #202

Merged
merged 2 commits into from
May 28, 2024
Merged

Conversation

godotalgorithm
Copy link
Collaborator

MOPAC is presently being distributed for Intel-based Macs, although it supports ARM-based Macs through conda forge. The default GHA Runners recently switched to ARM processors on Mac, which broke the CI. A bit surprisingly, the Intel Fortran compiler is working just fine on ARM (presumably through the Rosetta-based Intel emulation) and presumably produces an Intel binary that is also running through emulation. While everything seems fine, I'm going to switch to an Intel-based Mac Runner, just to avoid any possible cross-compilation issues. Eventually, the Mac distribution will switch to either ARM-native binaries or universal binaries that run on both ARM and Intel, if that is ever possible with Fortran-based software.

Status

  • Ready for merge

Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.75%. Comparing base (e7a5c3f) to head (791eaa7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #202   +/-   ##
=======================================
  Coverage   66.75%   66.75%           
=======================================
  Files         332      332           
  Lines       74082    74082           
=======================================
  Hits        49456    49456           
  Misses      24626    24626           

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

@godotalgorithm godotalgorithm merged commit 086eee7 into main May 28, 2024
9 checks passed
@godotalgorithm godotalgorithm deleted the ci-intel-mac-runner branch May 28, 2024 15:31
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.

1 participant