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)
os: ubuntu-latest
build_type: Release
cc: "gcc"
cxx: "g++"
cc: gcc
cxx: g++
- name: "macOS Latest (Clang)"
- name: macOS Latest (Clang)
os: macos-latest
build_type: "Release"
cc: "clang"
cxx: "clang++"
build_type: Release
cc: clang
cxx: clang++
steps:
- uses: actions/checkout@v2