Skip to content

Commit 24aad37

Browse files
committed
gha tweaks
1 parent 213b6c7 commit 24aad37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)