From ed79b8c2e9abb8d10d355678d23a7c48164acf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 19 Aug 2024 19:36:13 +0200 Subject: [PATCH] ci: update name of jobs --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb890e7af..a31017a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - { name: "gcc_coverage", cc: "gcc", cxx: "g++", buildargs: "-DENABLE_CODE_COVERAGE=ON" } - { name: "clang", cc: "clang", cxx: "clang++", buildargs: "" } - name: "${{ matrix.os }}: ${{ matrix.config.name }}" + name: "${{ matrix.os }} (${{ matrix.config.name }})" runs-on: ${{ matrix.os }} steps: @@ -165,7 +165,7 @@ jobs: os: - ubuntu-22.04 - name: "${{ matrix.os }}: build Debian" + name: "${{ matrix.os }} (build Debian)" runs-on: ${{ matrix.os }} steps: @@ -203,7 +203,7 @@ jobs: os: - ubuntu-22.04 - name: "${{ matrix.os }}: CodeQL" + name: "${{ matrix.os }} (CodeQL)" runs-on: ${{ matrix.os }} permissions: @@ -247,7 +247,7 @@ jobs: - { name: "gcc", cc: "gcc", cxx: "g++", buildargs: "" } - { name: "clang", cc: "clang", cxx: "clang++", buildargs: "" } - name: "rockylinux-9: ${{ matrix.config.name }}" + name: "rockylinux-9 (${{ matrix.config.name }})" runs-on: ${{ matrix.os }} container: image: rockylinux:9 @@ -291,7 +291,7 @@ jobs: - { name: "gcc", cc: "gcc", cxx: "g++" } - { name: "clang", cc: "clang", cxx: "clang++" } - name: "${{ matrix.os }}: ${{ matrix.config.name }}" + name: "${{ matrix.os }} (${{ matrix.config.name }})" runs-on: ${{ matrix.os }} steps: