chore(build): clean up matrix config

This commit is contained in:
fallenoak 2020-11-30 23:56:31 -06:00
parent e838167bbd
commit e1712d34aa
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -17,14 +17,14 @@ jobs:
- name: Ubuntu Latest (GCC) - name: Ubuntu Latest (GCC)
os: ubuntu-latest os: ubuntu-latest
build_type: Release build_type: Release
cc: "gcc" cc: gcc
cxx: "g++" cxx: g++
- name: "macOS Latest (Clang)" - name: macOS Latest (Clang)
os: macos-latest os: macos-latest
build_type: "Release" build_type: Release
cc: "clang" cc: clang
cxx: "clang++" cxx: clang++
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2