mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #2150] github workflow error on arm64 chip. #1026
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1026
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WaterNewt on GitHub (Jan 9, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2150
Bug report info
Command used with act
Describe issue
I ran act to test my github workflow. And it gave me this error message:
::error::Version 3.11.0 with arch x64 not found%0AThe list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.jsonI went to
https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json, and one of the items was this:{ "version": "3.11.0", "stable": true, "release_url": "https://github.com/actions/python-versions/releases/tag/3.11.0-3730290910", "files": [ { "filename": "python-3.11.0-darwin-x64.tar.gz", "arch": "x64", "platform": "darwin", "download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3730290910/python-3.11.0-darwin-x64.tar.gz" }, { "filename": "python-3.11.0-linux-18.04-x64.tar.gz", "arch": "x64", "platform": "linux", "platform_version": "18.04", "download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3730290910/python-3.11.0-linux-18.04-x64.tar.gz" }, { "filename": "python-3.11.0-linux-20.04-x64.tar.gz", "arch": "x64", "platform": "linux", "platform_version": "20.04", "download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3730290910/python-3.11.0-linux-20.04-x64.tar.gz" }, { "filename": "python-3.11.0-linux-22.04-x64.tar.gz", "arch": "x64", "platform": "linux", "platform_version": "22.04", "download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3730290910/python-3.11.0-linux-22.04-x64.tar.gz" }, { "filename": "python-3.11.0-win32-x64.zip", "arch": "x64", "platform": "win32", "download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3730290910/python-3.11.0-win32-x64.zip" }, { "filename": "python-3.11.0-win32-x86.zip", "arch": "x86", "platform": "win32", "download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3730290910/python-3.11.0-win32-x86.zip" } ] }Then, I tried it with a later version of python (3.12.0), it still gave me the same error:
::error::Version 3.12.0 with arch x64 not found%0AThe list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.jsonLink to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@gavin1818 commented on GitHub (Jan 17, 2024):
@WaterNewt I'm having the same issue, did you figure out the solution ? thanks
@ethanwater commented on GitHub (Jan 19, 2024):
Hey @WaterNewt @gavin1818 ,
Have you guys tried to update the python version in your workflow file to something more specific like:
python-version: '3.12.0-darwin-x64'?@github-actions[bot] commented on GitHub (Jul 18, 2024):
Issue is stale and will be closed in 14 days unless there is new activity