diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ca73610..f22c9182 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ on: jobs: test_bazel: - name: "${{ matrix.os }}/Bazel/${{ matrix.compiler }}" + name: "Bazel, ${{ matrix.compiler }}, ${{ matrix.os }}" strategy: fail-fast: false matrix: @@ -44,7 +44,7 @@ jobs: run: bazel run tests test_cmake: - name: "${{ matrix.os }}/CMake/${{ matrix.compiler }}" + name: "CMake, ${{ matrix.compiler }}, ${{ matrix.os }}" strategy: fail-fast: false matrix: