Skip to content

Commit 81c2303

Browse files
committed
bazelci presubmit ubuntu1804 -> ubuntu2204
1 parent b9c4e0f commit 81c2303

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.bazelci/presubmit.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ buildifier:
44
version: 6.1.2
55
warnings: "-attr-cfg"
66
tasks:
7-
ubuntu_1804_gcc:
8-
platform: ubuntu1804
7+
ubuntu_2204_gcc:
8+
platform: ubuntu2204
99
environment:
1010
CC: gcc
1111
build_targets: ["//..."]
1212
test_targets:
1313
- "//..."
1414
- "//tests:all_versions"
15-
ubuntu_1804_clang:
16-
platform: ubuntu1804
15+
ubuntu_2204_clang:
16+
platform: ubuntu2204
1717
environment:
1818
CC: clang
1919
build_targets: ["//..."]
@@ -26,6 +26,6 @@ tasks:
2626
- "//..."
2727
- "//tests:all_versions"
2828
check_docs_match_stardoc:
29-
platform: ubuntu1804
29+
platform: ubuntu2204
3030
test_targets:
3131
- "//tests:docs_test"

0 commit comments

Comments
 (0)