Adjust shown runner name

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
Slava 2024-11-21 18:04:54 +02:00 committed by GitHub
parent 38c8381aaa
commit 7c575ca3a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: run:
shell: ${{ matrix.shell }} {0} shell: ${{ matrix.shell }} {0}
name: '${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-${{ matrix.tests }}' name: ${{ matrix.os }}-${{ matrix.tests }}-${{ matrix.nim_version }}-${{ matrix.cpu }}
runs-on: ${{ matrix.builder }} runs-on: ${{ matrix.builder }}
timeout-minutes: 180 timeout-minutes: 180
steps: steps: