CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
338 stars 92 forks source link

Fix Github actions for CGAL SWIG bindings #268

Closed lrineau closed 2 months ago

lrineau commented 2 months ago

See https://github.com/CGAL/cgal-swig-bindings/actions/runs/8864324710/job/24369395101#step:3:41

lrineau commented 2 months ago

See https://github.com/CGAL/cgal-swig-bindings/actions/runs/8864324710/job/24369395101#step:3:41

Now macos-latest and macos-14 both compile for arm64.

Previously macos-latest was for x86_64 processors.

We should find if there is still a way to produce x86-64 binaries for macOS.

lrineau commented 2 months ago

Confirmed: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Now macos-latest means the same as macos-14. We should use macos-13 instead.

lrineau commented 2 months ago

It was announced: https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/

Maybe we should go back to macos-12 (which was the "old" macos-latest).