summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-11-16 19:43:24 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-11-16 19:48:22 +0000
commit0ec35cf24eb68be76184349895e39fa2bf156985 (patch)
treed329ccf132aae7da9300a52f58b10bf38d0bad9d /.github/workflows/ci.yml
parentdbab08ec2155d6e9800187007c71100168b5a989 (diff)
downloadswig-0ec35cf24eb68be76184349895e39fa2bf156985.tar.gz
GHA: Test Scilab 6.0 on ubuntu-18.04
6.1 on ubuntu-20.04 not yet working
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c1e81b51..2d4c2d9a2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -156,6 +156,7 @@ jobs:
VER: '3.0'
CPPSTD: c++11
- SWIGLANG: scilab
+ os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
- SWIGLANG: tcl
# c++11 testing
- SWIGLANG: csharp
@@ -190,6 +191,7 @@ jobs:
CPPSTD: c++11
- SWIGLANG: scilab
CPPSTD: c++11
+ os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
- SWIGLANG: tcl
CPPSTD: c++11
# c++14 testing
@@ -225,6 +227,7 @@ jobs:
CPPSTD: c++14
- SWIGLANG: scilab
CPPSTD: c++14
+ os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
- SWIGLANG: tcl
CPPSTD: c++14
# c++17 testing (using gcc11)
@@ -273,6 +276,7 @@ jobs:
- SWIGLANG: scilab
CPPSTD: c++17
GCC: 11
+ os: ubuntu-18.04 # scilab-6.1 in ubuntu-20.04 not yet working
- SWIGLANG: tcl
CPPSTD: c++17
GCC: 11