correct Linux CI platforms

follow up of https://github.com/borglab/gtsam/pull/1276
and 42182c85ff

tidy up support matrix markdown table format
release/4.3a0
Akash Patel 2024-07-02 20:31:09 -05:00 committed by Fan Jiang
parent 3ef94c8554
commit 5550537709
1 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@ matrices.
The current support matrix is:
| Platform | Compiler | Build Status |
|:------------:|:---------:|:-------------:|
| Ubuntu 18.04 | gcc/clang | ![Linux CI](https://github.com/borglab/gtsam/workflows/Linux%20CI/badge.svg) |
| macOS | clang | ![macOS CI](https://github.com/borglab/gtsam/workflows/macOS%20CI/badge.svg) |
| Windows | MSVC | ![Windows CI](https://github.com/borglab/gtsam/workflows/Windows%20CI/badge.svg) |
| Platform | Compiler | Build Status |
|:------------------:|:---------:|:--------------------------------------------------------------------------------:|
| Ubuntu 20.04/22.04 | gcc/clang | ![Linux CI](https://github.com/borglab/gtsam/workflows/Linux%20CI/badge.svg) |
| macOS | clang | ![macOS CI](https://github.com/borglab/gtsam/workflows/macOS%20CI/badge.svg) |
| Windows | MSVC | ![Windows CI](https://github.com/borglab/gtsam/workflows/Windows%20CI/badge.svg) |
On top of the C++ library, GTSAM includes [wrappers for MATLAB & Python](#wrappers).