File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 cxxstd : " 11,14,17,20,2b"
196196 os : macos-26
197197
198- name : ${{matrix.platform.os}}/ ${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format('/ {0}', matrix.config.name) || ''}}
198+ name : ${{matrix.platform.os}} / ${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format(' / {0}', matrix.config.name) || ''}}
199199
200200 runs-on : ${{matrix.platform.os}}
201201
@@ -296,7 +296,7 @@ jobs:
296296 addrmd : 64
297297 os : windows-2022
298298
299- name : ${{matrix.platform.os}}/ ${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format('/ {0}', matrix.config.name) || ''}}
299+ name : ${{matrix.platform.os}} / ${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format(' / {0}', matrix.config.name) || ''}}
300300
301301 runs-on : ${{matrix.platform.os}}
302302
You can’t perform that action at this time.
0 commit comments