Skip to content

Commit d1ef7cd

Browse files
committed
gha tweaks
1 parent bb7be28 commit d1ef7cd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
config:
20-
- name: Default
21-
variant: "debug,release"
20+
- variant: "debug,release"
2221
- name: No capture
2322
variant: "leaf_debug_capture0,leaf_release_capture0"
2423
- name: No diagnostics
@@ -196,7 +195,7 @@ jobs:
196195
cxxstd: "11,14,17,20,2b"
197196
os: macos-26
198197

199-
name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/${{matrix.config.name}}
198+
name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format('/{0}', matrix.config.name) || ''}}
200199

201200
runs-on: ${{matrix.platform.os}}
202201

@@ -274,8 +273,7 @@ jobs:
274273
fail-fast: false
275274
matrix:
276275
config:
277-
- name: Default
278-
variant: "debug,release"
276+
- variant: "debug,release"
279277
- name: No capture
280278
variant: "leaf_debug_capture0,leaf_release_capture0"
281279
- name: No diagnostics
@@ -298,7 +296,7 @@ jobs:
298296
addrmd: 64
299297
os: windows-2022
300298

301-
name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/${{matrix.config.name}}
299+
name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format('/{0}', matrix.config.name) || ''}}
302300

303301
runs-on: ${{matrix.platform.os}}
304302

0 commit comments

Comments
 (0)