[libc++] Clarify comment in CI pipeline definition

This partially reverts commit 7d855bb8e1. The comments were actually
not outdated, they were simply unclear.
This commit is contained in:
Louis Dionne 2022-08-04 14:06:31 -04:00
parent 7d855bb8e1
commit cf08452e91
1 changed files with 2 additions and 2 deletions

View File

@ -688,7 +688,7 @@ steps:
agents:
queue: "libcxx-builders"
os: "macos"
arch: "x86_64"
arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't support arm64 back then.
retry:
automatic:
- exit_status: -1 # Agent was lost
@ -703,7 +703,7 @@ steps:
agents:
queue: "libcxx-builders"
os: "macos"
arch: "x86_64"
arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't support arm64 back then.
retry:
automatic:
- exit_status: -1 # Agent was lost