Change gceMachineType of highcpu platform from n1-highcpu-32 to e2-highcpu-32

Since the worker pools are migrated from n1 machines to e2.

Fixes `FAILED_PRECONDITION: there are no bots capable of executing the action, requested action properties: gceMachineType = n1-highcpu-32, OSFamily = Linux` errors in Bazel CI.

Closes #13087.

PiperOrigin-RevId: 358772910
diff --git a/BUILD b/BUILD
index 5e41e33..854c58f 100644
--- a/BUILD
+++ b/BUILD
@@ -238,7 +238,7 @@
             {PARENT_REMOTE_EXECUTION_PROPERTIES}
             properties: {
                 name: "gceMachineType"
-                value: "n1-highcpu-32"
+                value: "e2-highcpu-32"
             }
             """,
     )