From af52c401ae5524e21ad64213f0c6aeb73028736f Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Mon, 8 Dec 2025 14:40:17 +0100 Subject: [PATCH] Update platform versions in presubmit.yml --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b6f7777c06..9861e7a0f3 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: bazel: ["7.x", "8.x", "rolling"] - platform: ["debian10", "macos", "ubuntu2004", "windows"] + platform: ["debian11", "macos", "ubuntu2204", "windows"] tasks: run_tests: name: "Run test module"