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