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
We use this step in GitHub-hosted ARM MacOS runners as they do not have PHP preinstalled, and it seems to be failing every once in a while with this not very helpful error message:
The error is because the action might not have been able to fetch the json manifest we have to resolve versions. If no version is specified it installs the latest version and to resolve that, it needs the manifest.
Describe the bug
We use this step in GitHub-hosted ARM MacOS runners as they do not have PHP preinstalled, and it seems to be failing every once in a while with this not very helpful error message:
Version
Runners
GitHub Hosted
Operating systems
MacOS 14
PHP versions
Not specified
To Reproduce
The relevant part of our workflow file:
Expected behavior
Workflow doesn't fail.
Screenshots/Logs
No response
Additional context
No response
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: