Update CI matrix

This commit is contained in:
Roman Chistokhodov 2021-06-13 16:58:56 +03:00
parent bc109ae90e
commit 13b83f91d0
1 changed files with 1 additions and 7 deletions

View File

@ -8,14 +8,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [gcc, clang]
include:
- cc: gcc
cxx: g++
- cc: clang
cxx: clang++
cxx: [g++, clang++]
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
steps:
- name: Checkout