From 622fa2818b65d06a6ed700156952b34437511efe Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 26 Feb 2022 21:09:15 +0000 Subject: GHA: normalize amount of Scilab testing We limit target language to one version for c++11 and c++14 testing --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f82483134..bd83c3f64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,9 +214,6 @@ jobs: CPPSTD: c++11 - SWIGLANG: ruby CPPSTD: c++11 - - SWIGLANG: scilab - CPPSTD: c++11 - os: ubuntu-18.04 # scilab 6.0 - SWIGLANG: scilab CPPSTD: c++11 - SWIGLANG: tcl @@ -252,9 +249,6 @@ jobs: CPPSTD: c++14 - SWIGLANG: ruby CPPSTD: c++14 - - SWIGLANG: scilab - CPPSTD: c++14 - os: ubuntu-18.04 # scilab 6.0 - SWIGLANG: scilab CPPSTD: c++14 - SWIGLANG: tcl -- cgit v1.2.1