1matrix: 2 platform: 3 - centos7 4 - debian10 5 - macos 6 - ubuntu2004 7 - windows 8 bazel: 9 - 7.x 10 - 6.x 11 - 5.x 12tasks: 13 verify_build_targets: 14 name: "Verify build targets" 15 platform: ${{ platform }} 16 bazel: ${{ bazel }} 17 build_targets: 18 - "@bazel_skylib//..." 19