File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11self-hosted-runner :
2- labels : ["windows-aarch64"]
2+ # Pending https://github.com/rhysd/actionlint/issues/533
3+ labels : ["windows-11-arm"]
34
45config-variables : null
56
Original file line number Diff line number Diff line change 7474 runner : windows-latest
7575 - target : aarch64-pc-windows-msvc/msvc
7676 architecture : ARM64
77- # 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' }}
77+ runner : windows-11-arm
7978 - target : x86_64-apple-darwin/clang
8079 architecture : x86_64
8180 runner : macos-13
9897
9998 - name : Windows
10099 # Forks don't have access to Windows on Arm runners. Skip those:
101- if : runner.os == 'Windows' && (matrix.architecture != 'ARM64' || github.repository_owner == 'python')
100+ if : runner.os == 'Windows'
102101 run : |
103102 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
104103 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments