We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5edd1 commit dccc58dCopy full SHA for dccc58d
.github/workflows/push-pull_request.yml
@@ -9,7 +9,7 @@ env:
9
10
jobs:
11
ci:
12
- name: "latest ${{matrix.os}} ${{matrix.compiler}} | c${{matrix.c_standard}} + c++${{matrix.cxx_standard}}"
+ name: "${{matrix.os}} ${{matrix.compiler}} c${{matrix.c_standard}} c++${{matrix.cxx_standard}}"
13
strategy:
14
matrix:
15
os:
0 commit comments