8000 Don't test on Ubuntu 14.04 (#183) · satishhiremath/rules_python@6b6aedd · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b6aedd

Browse files
philwobrandjon
authored andcommitted
Don't test on Ubuntu 14.04 (bazel-contrib#183)
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
1 parent f7a96a4 commit 6b6aedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
platforms:
3-
ubuntu1404:
3+
ubuntu1604:
44
build_targets:
55
- "..."
66
test_targets:
77
- "..."
8-
ubuntu1604:
8+
ubuntu1804:
99
build_targets:
1010
- "..."
1111
test_targets:

0 commit comments

Comments
 (0)
0