We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e882651 commit ea10447Copy full SHA for ea10447
1 file changed
.github/workflows/linux.yaml
@@ -39,7 +39,7 @@ jobs:
39
- compiler: gcc
40
compiler-version: 14
41
cxx: 23
42
- name: "${{ github.job }} ($C++${{ matrix.cxx }}-${{ matrix.compiler }}-${{ matrix.compiler-version }})"
+ name: "${{ github.job }} (C++${{ matrix.cxx }}-${{ matrix.compiler }}-${{ matrix.compiler-version }})"
43
runs-on: ubuntu-24.04
44
steps:
45
- name: Checkout
0 commit comments