| matrix: | |
| platform: | |
| - debian11 | |
| - ubuntu2004_arm64 | |
| - ubuntu2204 | |
| - ubuntu2404 | |
| - fedora40 | |
| - macos | |
| - macos_arm64 | |
| bazel: [7.x, 8.x, latest] | |
| tasks: | |
| verify_targets: | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_flags: ['--cxxopt=-std=c++17'] | |
| build_targets: ["@cpr"] |