Change: [CI] Use a custom name for matrix runs (#10723)

By default, GitHub adds all arguments of the matrix between ().
This is fine sometimes, but in other times it becomes a very
lengthy line.

With this commit, we decide what is between those (), making it
a lot more readable.
This commit is contained in:
Patric Stout
2023-04-27 20:15:09 +02:00
committed by GitHub
parent f5fad88723
commit a255b61514
2 changed files with 23 additions and 18 deletions

View File

@@ -9,8 +9,6 @@ on:
jobs:
windows:
name: Windows
strategy:
fail-fast: false
matrix:
@@ -22,6 +20,8 @@ jobs:
- arch: arm64
host: x64_arm64
name: Windows (${{ matrix.arch }}})
runs-on: windows-latest
steps: