forked from OSchip/llvm-project
[libc++][ci] Pin apple-system to arm64 to relieve pressure on x86_64 hosts
This commit is contained in:
parent
777039a51c
commit
a61d07ac94
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue