From 98f6806e74881311e1e958024a9c4b87e0285c4e Mon Sep 17 00:00:00 2001 From: Martin Medler Date: Tue, 9 Jul 2024 21:20:48 +0200 Subject: [PATCH] Update Ubuntu in BCR tests 20.04 is quite old by now and our CI uses also 22.04 --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b21bfef..d1ef347 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "examples" matrix: - platform: [ "macos", "ubuntu2004", "windows" ] + platform: [ "macos", "ubuntu2204", "windows" ] # DWYU supports Bazel 5.4.0, but only via WORKSPACE bazel: [ "6.x", "7.x", "rolling" ] tasks: