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:
Philipp Wollermann 2021-07-01 05:09:55 +02:00 committed by GitHub
parent c41020e465
commit 6d1d16d3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
- "//..."