diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index bfc51b353c..7e9258fb3d 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,20 +1,20 @@ --- platforms: - ubuntu1404: + ubuntu1604: run_targets: - "@nodejs//:yarn" build_targets: - "//..." - # This target is tagged "manual" but we want some CI - # coverage of it to make sure it doesn't break. - - "//docs" test_targets: - "//..." - ubuntu1604: + ubuntu1804: run_targets: - "@nodejs//:yarn" build_targets: - "//..." + # This target is tagged "manual" but we want some CI + # coverage of it to make sure it doesn't break. + - "//docs" test_targets: - "//..." macos: