Change configuration of tests in GitHub Actions: use the latest x86 macos runner with the oldest dependencies and Python 3.7. Use the latest macos runner (arm64) only against the latest and optional requirements. This fixes CI failing because there are not Numpy binaries in PyPI for arm64 and compatible with Python 3.7.
Change configuration of tests in GitHub Actions: use the latest x86 macos runner with the
oldest
dependencies and Python 3.7. Use the latest macos runner (arm64) only against thelatest
andoptional
requirements. This fixes CI failing because there are not Numpy binaries in PyPI for arm64 and compatible with Python 3.7.Relevant issues/PRs:
Inspired in fatiando/harmonica#499