Skip to content

Commit

Permalink
CI: fix jobs name
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 9, 2025
1 parent fcace9c commit cadf62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sys: [mingw32, mingw64, ucrt64, clang64]
cxx-std: [11, 14, 17, 20]

name: windows / C++${{ matrix.cxx-std }} / ${{matrix.sys}})
name: windows / C++${{ matrix.cxx-std }} / ${{matrix.sys}}
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- arch: 32bit
docker_arch: i386

name: linux ${{ matrix.arch }} ${{ matrix.action }} / C++${{ matrix.cxx-std }} / gcc)
name: linux ${{ matrix.arch }} ${{ matrix.action }} / C++${{ matrix.cxx-std }} / gcc
runs-on: ubuntu-latest
container:
# replace with debian 13 (or latest) when available
Expand Down

0 comments on commit cadf62f

Please sign in to comment.