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