From 3328f06117812126e17a7e0b577d097af79e33d4 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Wed, 30 Jun 2021 22:07:17 +0200 Subject: [PATCH] Remove ubuntu1604 from presubmit.yml Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI. If you like you can add testing on `ubuntu2004` platform which we also support. --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 38ca79304f..a754f32284 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,7 +1,7 @@ --- tasks: ubuntu: - platform: ubuntu1604 + platform: ubuntu1804 test_targets: - //... macos: