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 ```