Skip to content

Commit a1df577

Browse files
authored
ci: Update platform versions in presubmit.yml (#3883)
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature (please, look at the "Scope of the project" section in the README.md file) - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [x] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## What is the current behavior? Ubuntu 20.04 and Debian 10 are end of life Issue Number: N/A ## What is the new behavior? Use Ubuntu 22.04 and Debian 11 for BCR presubmit ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
1 parent 73706c0 commit a1df577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
44
bazel: ["7.x", "8.x", "rolling"]
5-
platform: ["debian10", "macos", "ubuntu2004", "windows"]
5+
platform: ["debian11", "macos", "ubuntu2204", "windows"]
66
tasks:
77
run_tests:
88
name: "Run test module"

0 commit comments

Comments
 (0)