mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Update Bazel CI presubmit matrix
- Remove macos (Intel Macs) - Update debian and ubuntu distribution - Add Bazel 9.x PiperOrigin-RevId: 910719323
This commit is contained in:
parent
5dd43451ac
commit
b3875ccdf6
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# LINT.IfChange(bazelci_presubmit)
|
# LINT.IfChange(bazelci_presubmit)
|
||||||
matrix:
|
matrix:
|
||||||
platform: ["debian10", "macos", "macos_arm64", "ubuntu2004", "windows"]
|
platform: ["debian12", "macos_arm64", "ubuntu2404", "windows"]
|
||||||
bazel: [8.x]
|
bazel: [8.x, 9.x]
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
verify_targets:
|
verify_targets:
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
bcr_test_module:
|
bcr_test_module:
|
||||||
module_path: examples
|
module_path: examples
|
||||||
matrix:
|
matrix:
|
||||||
platform: ["debian10", "macos", "macos_arm64", "ubuntu2004", "windows"]
|
platform: ["debian12", "macos_arm64", "ubuntu2404", "windows"]
|
||||||
bazel: [8.x]
|
bazel: [8.x, 9.x]
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
verify_targets:
|
verify_targets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue