diff --git a/.github/workflows/ci-clang-tidy.yml b/.github/workflows/ci-clang-tidy.yml index 41abb0eb..ac4d0170 100644 --- a/.github/workflows/ci-clang-tidy.yml +++ b/.github/workflows/ci-clang-tidy.yml @@ -54,7 +54,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset clang-tidy --seed 42 --debug combinations counts build: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 75abee7e..186660af 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -52,7 +52,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset conan --seed 42 --debug combinations counts build: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: diff --git a/.github/workflows/ci-freestanding.yml b/.github/workflows/ci-freestanding.yml index 7a234e02..ffdf5af5 100644 --- a/.github/workflows/ci-freestanding.yml +++ b/.github/workflows/ci-freestanding.yml @@ -53,7 +53,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset freestanding --seed 42 --debug combinations counts build: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index d8680291..d58db708 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -57,7 +57,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset conan --seed 42 --debug combinations counts test_package: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: