Add c++-20 testing on experimental GHA Ubuntu 22.04
This commit is contained in:
parent
c1bfda210f
commit
4a8447d503
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
|||
GCC: 10
|
||||
- SWIGLANG: ""
|
||||
GCC: 11
|
||||
- SWIGLANG: ""
|
||||
GCC: 12
|
||||
os: ubuntu-22.04
|
||||
- SWIGLANG: ""
|
||||
compiler: clang
|
||||
- SWIGLANG: csharp
|
||||
|
|
@ -286,6 +289,12 @@ jobs:
|
|||
- SWIGLANG: tcl
|
||||
CPPSTD: c++17
|
||||
GCC: 11
|
||||
# c++20 testing (using gcc12)
|
||||
# ubuntu-22.04 is currently experimental on Github Actions, so limit to just one language for now
|
||||
- SWIGLANG: python
|
||||
CPPSTD: c++20
|
||||
GCC: 12
|
||||
os: ubuntu-22.04
|
||||
# Experimental languages (these are allowed to fail)
|
||||
- SWIGLANG: mzscheme
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue