File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8181 runner : ubuntu-24.04
8282 - target : aarch64-unknown-linux-gnu/gcc
8383 architecture : aarch64
84+ # Forks don't have access to our paid AArch64 runners. These jobs are skipped below:
8485 runner : ${{ github.repository_owner == 'python' && 'ubuntu-24.04-aarch64' || 'ubuntu-24.04' }}
8586 steps :
8687 - uses : actions/checkout@v4
@@ -118,6 +119,7 @@ jobs:
118119 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
119120
120121 - name : Native Linux
122+ # Forks don't have access to our paid AArch64 runners. Skip those:
121123 if : runner.os == 'Linux' && (matrix.architecture == 'x86_64' || github.repository_owner == 'python')
122124 run : |
123125 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
You can’t perform that action at this time.
0 commit comments