From 7389cfc60b6b6a41f2d6e16e25febe6a1cb709f6 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 22 Apr 2021 15:37:52 +0300 Subject: [PATCH] Remove CPP from CI testing matrix. --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee246cce..6036a6a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,33 +12,18 @@ jobs: - os: linux cpu: amd64 TEST_LANG: c - - os: linux - cpu: amd64 - TEST_LANG: cpp - os: linux cpu: i386 TEST_LANG: c - - os: linux - cpu: i386 - TEST_LANG: cpp - os: macos cpu: amd64 TEST_LANG: c - - os: macos - cpu: amd64 - TEST_LANG: cpp - os: windows cpu: amd64 TEST_LANG: c - - os: windows - cpu: amd64 - TEST_LANG: cpp - os: windows cpu: i386 TEST_LANG: c - - os: windows - cpu: i386 - TEST_LANG: cpp include: - target: os: linux