Skip to content

Commit

Permalink
Update title of jobs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 14, 2024
1 parent fe2f37e commit 2bad24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2bad24c

Please sign in to comment.