From 2bad24c4eb7e770e2e46a33403822d35acad4c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 14 Oct 2024 21:26:18 +0200 Subject: [PATCH] Update title of jobs in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 152f6b8..78d4cfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - { name: "gcc_coverage", cc: "gcc", cxx: "g++", cmake_options: "-DCODE_COVERAGE=ON" } - { name: "clang", cc: "clang", cxx: "clang++", cmake_options: "" } - name: "Tests: ${{ matrix.config.name }} on ${{ matrix.os }}" + name: "${{ matrix.os }} (${{ matrix.config.name }})" runs-on: ${{ matrix.os }} steps: @@ -88,7 +88,7 @@ jobs: - { name: "gcc", cc: "gcc", cxx: "g++", cmake_options: "" } - { name: "clang", cc: "clang", cxx: "clang++", cmake_options: "" } - name: "Tests: ${{ matrix.config.name }} on ${{ matrix.os }}" + name: "${{ matrix.os }} (${{ matrix.config.name }})" runs-on: ${{ matrix.os }} steps: @@ -130,7 +130,7 @@ jobs: os: - ubuntu-24.04 - name: "Build Debian on ${{ matrix.os }}" + name: "${{ matrix.os }} (build Debian)" runs-on: ${{ matrix.os }} steps: