matrix: | |
platform: | |
- debian10 | |
- ubuntu2004 | |
- macos | |
#- windows # Blocked by https://github.com/bazelbuild/bazel/issues/18683 | |
bazel: | |
- 7.x | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- '@rules_proto_grpc//...' |