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 25dbcd8 commit 94bd016Copy full SHA for 94bd016
1 file changed
.github/workflows/daily_common.yml
@@ -85,7 +85,7 @@ jobs:
85
run:
86
shell: ${{ matrix.config.shell }}
87
88
- name: "${{ matrix.config.os }} (nim ${{ matrix.nim.ref }} / ${{ matrix.config.cc }})"
+ name: "${{ matrix.config.os }}-${{ matrix.config.cpu }} (${{ matrix.nim.ref }}; ${{ matrix.config.cc }}; ${{ matrix.nim.memory_management }})"
89
runs-on: ${{ matrix.config.builder }}
90
steps:
91
- name: Checkout
0 commit comments