From bb47acc3f1221e869baea594c61d720d319f315c Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Thu, 25 Apr 2019 06:43:21 +0200 Subject: [PATCH] Don't test on Ubuntu 14.04 (#22) 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 162a368..068ef77 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,9 +1,9 @@ --- platforms: - ubuntu1404: + ubuntu1604: build_targets: - "..." - ubuntu1604: + ubuntu1804: build_targets: - "..." macos: