Remove explicit CPP11 from matrix entries not needing it
This actually decreases the C++ version used by the default Ubuntu 20.04 compilers, so it's not clear why should we be using it.
This commit is contained in:
parent
6c2a4607f0
commit
07d1ababcc
1 changed files with 3 additions and 6 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -42,13 +42,10 @@ jobs:
|
|||
- SWIGLANG: ""
|
||||
compiler: clang
|
||||
desc: clang
|
||||
- CPP11: 1
|
||||
SWIGLANG: python
|
||||
- CPP11: 1
|
||||
SWIGLANG: python
|
||||
- SWIGLANG: python
|
||||
- SWIGLANG: python
|
||||
PY3: 3
|
||||
- CPP11: 1
|
||||
SWIGLANG: tcl
|
||||
- SWIGLANG: tcl
|
||||
# let's run all of them, as opposed to aborting when one fails
|
||||
fail-fast: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue