Skip to content

The version '3.13' with architecture 'aarch64' was not found for macOS 14.7.4 #1058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 of 5 tasks
adsharma opened this issue Mar 19, 2025 · 4 comments
Closed
2 of 5 tasks
Assignees
Labels
bug Something isn't working

Comments

@adsharma
Copy link

Description:
See an error while trying to setup python-3.13 + macos-aarch64

Action version:
v4

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

3.13

Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

https://github.com/gtfierro/reasonable/actions/runs/13774256227/job/38655365036?pr=29

Expected behavior:
setup succeeds

Actual behavior:
setup fails

@gowridurgad
Copy link
Contributor

Hi @adsharma,
Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates.

@priyagupta108 priyagupta108 self-assigned this Mar 20, 2025
@priyagupta108
Copy link
Contributor

Hi @adsharma 👋,
To address the issue, please try specifying the architecture input as arm64 instead of aarch64 in your workflow. Here’s the updated configuration you can use:

- name: Set up Python
  uses: actions/setup-python@v5
  with:
    python-version: '3.13'
    architecture: arm64

For more details on supported architectures, you can refer to the documentation.

If you have any questions or need further assistance, please feel free to reach out. Thank you!

@adsharma
Copy link
Author

Sent an update here: gtfierro/reasonable#29
Will wait until the GHA is run to verify and close.

@adsharma
Copy link
Author

Fixed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants