jobs:
build:
- name: Linux ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+ name: [ Linux ] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
jobs:
build:
- name: Mac ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+ name: [ Mac ] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
jobs:
build:
- name: Windows ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+ name: Windows ${{ matrix.double && 'double' || 'float'}}
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy: