When runs-on == windows-latest, the below settings get an error:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 'graalpy-24.2.2'
architecture: amd64
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 'graalpy-24.2.2'
architecture: x64
Reactions are currently unavailable
When runs-on == windows-latest, the below settings get an error:
- name: Set up Python uses: actions/setup-python@v5 with: python-version: 'graalpy-24.2.2' architecture: amd64- name: Set up Python uses: actions/setup-python@v5 with: python-version: 'graalpy-24.2.2' architecture: x64