Closed ebrahimebrahim closed 6 months ago
The macos python3.9 CI failure is due to this. We chose macos-latest here and it seems that that macos-latest has changed such that it now points to macos-14-arm64. Python 3.9 isn't supported by the setup-python action on the platform macos-14-arm64.
macos-latest
macos-14-arm64
The macos python3.9 CI failure is due to this. We chose
macos-latest
here and it seems that thatmacos-latest
has changed such that it now points tomacos-14-arm64
. Python 3.9 isn't supported by the setup-python action on the platformmacos-14-arm64
.