Update CI matrix

This commit is contained in:
Roman Chistokhodov 2021-06-13 16:58:56 +03:00
parent bc109ae90e
commit 13b83f91d0

View file

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