vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.15k stars 136 forks source link

macOS-11 runner deprecation #536

Open jodavies opened 3 months ago

jodavies commented 3 months ago

According to https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ the macOS-11 image the CI is using will soon be deprecated.

This can be moved to macOS-13 for an Intel based test, but maybe it is interesting to also add macOS-latest for an M1-based test? This could also run the actual tests rather than testing build only?

tueda commented 3 months ago

Using the macos-14 image in the deploy workflow should be easy, but the current status of the image may not be comfortable: https://github.com/actions/runner-images/issues/9638. Some workaround is needed for GMP and MPFR.