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
GitHub is making updates to their macos-latest tag usage for GitHub Actions usage (link). This results in being unable to install Python 3.8 and 3.9 through means which worked until very recently.
Run actions/setup-python@v4Installed versions Version 3.8 was not found in the local cache Error: The version '3.8' with architecture 'arm64' was not found for macOS 14.4.1. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
GitHub is making updates to their
macos-latest
tag usage for GitHub Actions usage (link). This results in being unable to install Python 3.8 and 3.9 through means which worked until very recently.Reference: actions/setup-python#850
The suggested workaround is to use
macos-12
ormacos-13
or to use specific versions of Python with specific platforms.Example of how the error manifests (from this job https://github.com/cytomining/CytoTable/actions/runs/8806641565/job/24171907333?pr=194):
See GH Actions run before this point (reference image
Runner Image
): https://github.com/cytomining/CytoTable/actions/runs/8744393369/job/23997143590First experienced in #194 .
The text was updated successfully, but these errors were encountered: