[libc++][ci] Pin apple-system to arm64 to relieve pressure on x86_64 hosts

This commit is contained in:
Louis Dionne 2022-02-15 15:07:47 -05:00
parent 777039a51c
commit a61d07ac94
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ steps:
agents:
queue: "libcxx-builders"
os: "macos"
arch: "arm64" # This can technically run on any architecture, but we have more resources on arm64 so we pin this job to arm64
retry:
automatic:
- exit_status: -1 # Agent was lost