We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b218772 commit bb7be28Copy full SHA for bb7be28
.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
196
cxxstd: "11,14,17,20,2b"
197
os: macos-26
198
199
- name: ${{matrix.platform.compiler || matrix.platform.toolset}} ${{matrix.config.name}}
+ name: ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/${{matrix.config.name}}
200
201
runs-on: ${{matrix.platform.os}}
202
@@ -298,7 +298,7 @@ jobs:
298
addrmd: 64
299
os: windows-2022
300
301
302
303
304
0 commit comments