From 6cfcd8628a72284d500f453af0f1d4d3e1cfaef8 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Wed, 24 Apr 2019 19:28:35 +0200 Subject: [PATCH] Don't test on Ubuntu 14.04 (#5302) Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards. Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ --- .bazelci/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 13fc184fc..a6e38fde2 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,12 +1,12 @@ --- buildifier: latest platforms: - ubuntu1404: + ubuntu1604: build_targets: - "..." test_targets: - "..." - ubuntu1604: + ubuntu1804: build_targets: - "..." test_targets: