Description:
python-version: 'graalpy-24.2.2' with runs-on: windows-latest always gets an error.
Action version:
v6 (v6.0.0)
Platform:
Runner type:
Tools version:
'graalpy-24.2.2'
Repro steps:
Create a workflow with runs-on == windows-latest and below steps.
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 'graalpy-24.2.2'
architecture: amd64
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 'graalpy-24.2.2'
architecture: x64
Expected behavior:
Python should be installed normally.
Actual behavior:
An error is thrown: Error: GraalPy version 24.2.2 with arch amd64/x64 not found
Description:
python-version: 'graalpy-24.2.2'withruns-on: windows-latestalways gets an error.Action version:
v6 (v6.0.0)
Platform:
Runner type:
Tools version:
'graalpy-24.2.2'
Repro steps:
Create a workflow with
runs-on==windows-latestand below steps.Expected behavior:
Python should be installed normally.
Actual behavior:
An error is thrown:
Error: GraalPy version 24.2.2 with arch amd64/x64 not found