jfowkes / pycutest

Python interface to CUTEst
https://jfowkes.github.io/pycutest/
GNU General Public License v3.0
28 stars 11 forks source link

[CI] Switch to macOS 14 ARM64 runners #81

Closed jfowkes closed 6 months ago

jfowkes commented 6 months ago

GitHub Actions have moved the macos-latest runners over to macOS 14 ARM64.

This PR updates our macOS CI script to user these ARM-based macOS runners. Specifically it drops Python 3.8 and 3.9 from the Mac tests (as these are no longer supported) and switches over to the new homebrew prefix (/opt/homebrew/) used on the ARM-based Macs.