From 13b83f91d093ef146a9a78834578994d85f99d96 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Sun, 13 Jun 2021 16:58:56 +0300 Subject: [PATCH] Update CI matrix --- .github/workflows/.github.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/.github.yml b/.github/workflows/.github.yml index 822f8b7..8aa9dff 100644 --- a/.github/workflows/.github.yml +++ b/.github/workflows/.github.yml @@ -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