fatiando / harmonica

Forward modeling, inversion, and processing gravity and magnetic data
https://www.fatiando.org/harmonica
BSD 3-Clause "New" or "Revised" License
205 stars 66 forks source link

Drop macos x86 from Actions matrix #512

Open santisoler opened 3 weeks ago

santisoler commented 3 weeks ago

Remove the latest macos using x86 architecture from the GitHub Actions matrix we use for running tests. Since we dropped support for Python 3.8, we don't need to test Harmonica with oldest versions in macos runners with x86 cpus.

Relevant issues/PRs:

Related to #497

santisoler commented 3 weeks ago

@leouieda, if we want to stop using x86 macos on CI, we should bump the minimum scikit-learn version, since PyPI doesn't provide binaries for sklearn 1.0.0 for arm64 macos. I think we can keep running test on macos x86 until we drop 3.9. What do you think?