| matrix: | |
| bazel: ["7.x", "rolling"] | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: macos_arm64 | |
| bazel: ${{ bazel }} | |
| test_targets: | |
| - '@rules_apple//examples/macos/CommandLine:ExamplesBuildTest' | |
| test_flags: | |
| - "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1" |