Description
Description:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
We are migrating to ARM64 Linux with os Ubuntu when i try to run a workflow. It breaks because ARM64 for ubuntu is not in the manifest https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Action version:
v4
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
I think all versions I checkt with 3.11.3 and 3.10.7
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
We are migrating to ARM64 Linux with os Ubuntu when i try to run a workflow. It breaks because ARM64 for ubuntu is not in the manifest https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
on:
workflow_call:
jobs:
build:
runs-on: [ self-hosted ]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11.3
uses: actions/setup-python@v4
with:
python-version: "3.11.3"
Expected behavior:
Be able to run python setup for ARM64 ubuntu
Actual behavior:
It does not find the version in the manifest