From eab18aa096a9b624c28967a36c035e1f34e6a4d6 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Thu, 22 Feb 2024 16:42:37 -0700 Subject: [PATCH] Update presubmit.yml Try to use new BCR `macos_arm64` and Bazel definition to fix broken BRC builds. --- .bcr/presubmit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 59eba42..6f5c28a 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,6 +1,7 @@ tasks: verify_build_targets: name: Verify Build targets on macOS - platform: macos + platform: macos_arm64 + bazel: "7.x" build_targets: - "@swift_bep_parser//SwiftBEPParser/Sources:SwiftBEPParser"