Closed
Description
Have recently started seeing issues where macOS CI builds try to use AVX2 instructions even though they are likely unavailable on CI. However this is sporadic as it doesn't always occur in the same builds or Python versions. Rerunning CI seems to sometimes fix the issue. Maybe we just need to disable AVX2 in CI to fix this.