vermaseren / form

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

macOS 12 runner deprecation #560

Open tueda opened 1 month ago

tueda commented 1 month ago

We have resolved #536, but now unfortunately the macos-12 runner image is deprecated and will be unsupported by 3 December 2024 in GitHub Actions.

See also: https://github.com/actions/runner-images/issues/10721

jodavies commented 1 month ago

It looks like things run through fine if we swap 12 for 13, so this should be straightforward.

tueda commented 1 month ago

Well, I am not sure if the binary built on a newer macOS will run on older versions (this applies also for 11 -> 12, though). And macOS 13 image will likely be deprecated one year later, but it is the last x64_64 runner image (unless on a paid plan). No one uses Intel Macs at that point??

jodavies commented 4 weeks ago

Maybe, "how many people actually use the pre-compiled binaries" is something we should have discussed at the workshop. Without the runners there is not really any choice regardless, if binaries should be provided via github. Keeping macos-13 is probably good if it is the last x86-64 macos runner, even if it indeed has to be removed in a year's time.