-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
python-version: 'graalpy-24.2.2'
with runs-on: windows-latest
always gets an error.
Action version:
v6 (v6.0.0)
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
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
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic