commit | 3328f06117812126e17a7e0b577d097af79e33d4 | [log] [tgz] |
---|---|---|
author | Philipp Wollermann <philipp@philwo.de> | Wed Jun 30 22:07:17 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 30 22:07:17 2021 +0200 |
tree | 8106a72b3271ca9b2191cac8af712bba50c6ac0f | |
parent | f925acf5f00dafdd409502f6c2e2a779499f753a [diff] |
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.
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 38ca793..a754f32 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml
@@ -1,7 +1,7 @@ --- tasks: ubuntu: - platform: ubuntu1604 + platform: ubuntu1804 test_targets: - //... macos: