diff --git a/.github/workflows/linux-workflow.yml b/.github/workflows/linux-workflow.yml index 87b6aeb7c5..6944e4ac5c 100644 --- a/.github/workflows/linux-workflow.yml +++ b/.github/workflows/linux-workflow.yml @@ -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. diff --git a/.github/workflows/macos-workflow.yml b/.github/workflows/macos-workflow.yml index 3d78262448..7ed57becd8 100644 --- a/.github/workflows/macos-workflow.yml +++ b/.github/workflows/macos-workflow.yml @@ -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. diff --git a/.github/workflows/windows-workflow.yml b/.github/workflows/windows-workflow.yml index a71bbc5cf5..28f163b4af 100644 --- a/.github/workflows/windows-workflow.yml +++ b/.github/workflows/windows-workflow.yml @@ -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.