Open
Description
We currently run tests in CI on Linux ARM 64, Linux X86_64, and MacOS X86_64 (we build wheels for all 4 platforms, of course).
However M1 adoption is now very far along, and Darwin X86_64 is, if anything, being phased out. So we should probably test on that platform.
Related: we only run the full test suite on Linux X86_64, and run the "platform specific" test subset on the other two platforms, to save resources. We should probably run the full test suite for all platforms at least on main, if not for every PR.
Activity