ci: remove redundant words from job names

its always 64bit now!
This commit is contained in:
Tyler Wilding 2022-03-18 19:08:20 -04:00 committed by refractionpcsx2
parent 7b1d03d45a
commit 6977323d88
3 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,7 @@ jobs:
appimage: false
experimental: false
name: ${{ matrix.platform }} | ${{ matrix.compiler }}${{ matrix.detail }}
name: ${{ matrix.compiler }}${{ matrix.detail }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.

View File

@ -70,7 +70,6 @@ jobs:
platform: [x64]
experimental: [false]
name: ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.

View File

@ -45,7 +45,7 @@ jobs:
configuration: [Release, Release AVX2, CMake, Qt]
experimental: [false]
name: ${{ matrix.platform }} | ${{ matrix.configuration }}
name: ${{ matrix.configuration }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.