You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments