opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
800 stars 323 forks source link

Add Mac Arm64 builds to the CI #3944

Closed nickbianco closed 4 weeks ago

nickbianco commented 1 month ago

Now that our build system supports Arm64 builds on Mac, it would be a good time to update the continuous integration script to add an Mac Arm64 job.

nickbianco commented 1 month ago

I realized that after recently upgrading the CI to use macos-14 runner images, we're actually already creating MacOS Arm64 builds. We need to use macos-14-large for an x64 build.

nickbianco commented 1 month ago

@aymanhab, I'm going to get a start on this since I want to do some clean up of the performance analysis workflows anyway.

aymanhab commented 1 month ago

Alright, thanks @nickbianco I can pickup next week when I'm back if there's anything left.