[libc++] Clarify comment in CI pipeline definition

This partially reverts commit 7d855bb8e133. The comments were actually
not outdated, they were simply unclear.

GitOrigin-RevId: cf08452e918e04c5a95b6dce11a977b317ac4476
diff --git a/utils/ci/buildkite-pipeline.yml b/utils/ci/buildkite-pipeline.yml
index d0be2b9..ac199b0 100644
--- a/utils/ci/buildkite-pipeline.yml
+++ b/utils/ci/buildkite-pipeline.yml
@@ -688,7 +688,7 @@
       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 @@
       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