| matrix: | |
| platform: ["rockylinux8", "debian11", "macos", "macos_arm64", "ubuntu2404", "windows"] | |
| bazel: | |
| - 7.x | |
| - 8.x | |
| - 9.x | |
| tasks: | |
| verify_targets: | |
| name: "Verify build targets" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "@rules_cc//cc/..." |