File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7575 - target : aarch64-pc-windows-msvc/msvc
7676 architecture : ARM64
7777 # Forks don't have access to Windows on Arm runners. These jobs are skipped below:
78- runner : ${{ github.repository_owner == 'python' && 'windows-aarch64' || 'windows-latest' }}
78+ runner : ${{ / github.repository_owner == 'python' && 'windows-aarch64' || 'windows-latest' }}
7979 - target : x86_64-apple-darwin/clang
8080 architecture : x86_64
8181 runner : macos-13
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 build :
23- if : inputs.arch != 'ARM64' || github.repository_owner == 'python'
23+ # Forks don't have access to Windows on Arm runners. Skip those:
24+ if : inputs.arch != 'arm64' || github.repository_owner == 'python'
2425 name : installer for ${{ inputs.arch }}
2526 runs-on : ${{ inputs.os }}
2627 timeout-minutes : 60
Original file line number Diff line number Diff line change 2525jobs :
2626 build :
2727 # Forks don't have access to Windows on Arm runners. Skip those:
28- if : inputs.arch != 'ARM64 ' || github.repository_owner == 'python'
28+ if : inputs.arch != 'arm64 ' || github.repository_owner == 'python'
2929 name : Build and test (${{ inputs.arch }})
3030 runs-on : ${{ inputs.os }}
3131 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments