Remove ubuntu1604 from presubmit.yml (#706)
Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI.
This commit is contained in:
parent
c41020e465
commit
6d1d16d3bb
|
@ -170,7 +170,7 @@ tasks:
|
|||
min_supported_version:
|
||||
name: "Minimum Supported Version"
|
||||
bazel: "3.7.0"
|
||||
platform: ubuntu1604
|
||||
platform: ubuntu1804
|
||||
build_targets:
|
||||
- "//..."
|
||||
test_targets:
|
||||
|
@ -178,7 +178,7 @@ tasks:
|
|||
min_supported_version_examples:
|
||||
name: "Minimum Supported Version Examples"
|
||||
bazel: "3.7.0"
|
||||
platform: ubuntu1604
|
||||
platform: ubuntu1804
|
||||
working_directory: examples
|
||||
min_supported_targets: &min_supported_targets
|
||||
- "//..."
|
||||
|
|
Loading…
Reference in New Issue