Update BCR config for rules_cc

PiperOrigin-RevId: 783308053
Change-Id: I78894e39e7f5543b0249bf79dc745d72dfce6a26
diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json
index 8cf8ee2..e02a344 100644
--- a/.bcr/metadata.template.json
+++ b/.bcr/metadata.template.json
@@ -5,8 +5,16 @@
       "email": "ilist@google.com",
       "github": "comius",
       "name": "Ivo Ristovski List"
+    },
+    {
+      "email": "pzembrod@google.com",
+      "github": "pzembrod",
+      "name": "Philip Zembrod"
     }
   ],
   "versions": [],
-  "yanked_versions": {}
+  "yanked_versions": {},
+  "repository": [
+    "github:bazelbuild/rules_cc"
+  ]
 }
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 902c89c..b1335fb 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -1,8 +1,8 @@
 matrix:
-  platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
+  platform: ["rockylinux8", "debian11", "macos", "macos_arm64", "ubuntu2404", "windows"]
   bazel:
-  - 6.x
   - 7.x
+  - 8.x
 tasks:
   verify_targets:
     name: "Verify build targets"