Skip to content

Commit bb7be28

Browse files
committed
gha tweaks
1 parent b218772 commit bb7be28

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
@@ -196,7 +196,7 @@ jobs:
196196
cxxstd: "11,14,17,20,2b"
197197
os: macos-26
198198

199-
name: ${{matrix.platform.compiler || matrix.platform.toolset}} ${{matrix.config.name}}
199+
name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/${{matrix.config.name}}
200200

201201
runs-on: ${{matrix.platform.os}}
202202

@@ -298,7 +298,7 @@ jobs:
298298
addrmd: 64
299299
os: windows-2022
300300

301-
name: ${{matrix.platform.compiler || matrix.platform.toolset}} ${{matrix.config.name}}
301+
name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/${{matrix.config.name}}
302302

303303
runs-on: ${{matrix.platform.os}}
304304

0 commit comments

Comments
 (0)