Skip to content

Commit f8ebd44

Browse files
committed
Update platforms in release presubmit
1 parent 7764340 commit f8ebd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/make_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def _filter_tar_info(tar_info: tarfile.TarInfo) -> tarfile.TarInfo:
159159

160160
(bcr_mod_version_dir / 'presubmit.yml').write_text(f"""matrix:
161161
platform:
162-
- debian10
163-
- ubuntu2004
162+
- debian11
163+
- ubuntu2204
164164
- macos
165165
#- windows # Blocked by https://github.com/bazelbuild/bazel/issues/18683
166166
bazel:

0 commit comments

Comments
 (0)