matrix: | |
platform: ["ubuntu2204", "macos", "macos_arm64", "windows"] | |
bazel: [7.x] | |
tasks: | |
build_targets: | |
name: build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- '@bazel_remote_apis//build/bazel/remote:remote_execution_proto' | |
- '@bazel_remote_apis//build/bazel/semver:semver_proto' |