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
Migration of macos-latest from macos-12 to macos-14 (arm64), expected as a part of Github's incremental rollout has triggered an incompatibility in the unittests.yml workflow python version/OS matrix.
actions/setup_python does not provide the arm64 python 3.9 version required to run the workflow on macos-14 (see here).
A simple fix would be to explicitly specify macos-13 for the python 3.9 case, as is done here
tc85324
changed the title
unittests.yml workflow failing for macos-latest on python 3.9unittests.yml workflow failing for macos-latest on python 3.9
Apr 24, 2024
What's the problem?
Migration of
macos-latest
frommacos-12
tomacos-14
(arm64), expected as a part of Github's incremental rollout has triggered an incompatibility in theunittests.yml
workflow python version/OS matrix.actions/setup_python
does not provide the arm64 python 3.9 version required to run the workflow onmacos-14
(see here).A simple fix would be to explicitly specify
macos-13
for the python 3.9 case, as is done hereHow can we reproduce the issue?
Run the CI workflows.
Python version
3.9
Package version
0.1.0
Operating system
MacOS 14
Other packages
No response
Relevant log output
The text was updated successfully, but these errors were encountered: