Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Don't test on Ubuntu 14.04 (#22)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
philwo authored and ekuefler committed Apr 25, 2019
1 parent dec4979 commit bb47acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
platforms:
ubuntu1404:
ubuntu1604:
build_targets:
- "..."
ubuntu1604:
ubuntu1804:
build_targets:
- "..."
macos:
Expand Down

0 comments on commit bb47acc

Please # to comment.