From 77803101f9afa94b38cedc704282a115a388d740 Mon Sep 17 00:00:00 2001 From: helly25 <6420169+helly25@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:38:32 +0100 Subject: [PATCH] ci(bcr): test on macos_arm64 instead of Intel macos The BCR 'macos' platform runs on Intel x86_64, which we no longer test. Switch the presubmit to 'macos_arm64' (Apple Silicon). --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b189feb..15262e5 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -5,7 +5,7 @@ matrix: - 9.x platform: - ubuntu2404 - - macos + - macos_arm64 - windows tasks: verify_targets: