From eafd6a9a1e7b46d8d4eb36c02fc32bd558155962 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Tue, 23 Apr 2019 16:28:55 +0200 Subject: [PATCH] Don't test on Ubuntu 14.04 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: