Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): macOS CI failing with python{3.7, 3.8, 3.9}
Problem: macos-latest now points to M1 runners (macos-14-arm64) which do not support python 3.7 - 3.9. Solution: For these python versions, use the macos-12 (x86_64) runner.
- Loading branch information