]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Add Os info to build name (hard code)
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 21:01:33 +0000 (23:01 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 21:01:33 +0000 (23:01 +0200)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index a35f282a12a132ca958e83e8d9db2e88dd51be92..dda5db150bc06fcb6fa44b29380c59f7de33c715 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: Linux ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
     runs-on: ubuntu-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index b0497877158af86d291db59572f56e48b749c1aa..ecc36716ef46cd733f794b5e6c698617c51a6a4b 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: Mac ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
     runs-on: macos-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index f2af53497fd166be1fe30def3b31cdb6fc2c38bd..33821949250c9beaad679ea08edf430dbad47d0e 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: Windows ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
     runs-on: windows-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy: