Skip to content

Commit

Permalink
fix GCC version in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
  • Loading branch information
mgovers committed Jun 26, 2023
1 parent 9191586 commit 0a19677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_documentation/build-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ You need a C++ compiler with C++20 support. Below is a list of tested compilers:
**Linux**

* gcc >= 11.0
* Version 11.2 tested using the version in the `manylinux_2_28` container.
* Version 12.2 tested using the musllinux build with custom compiler
* Version 12.x tested using the version in the `manylinux_2_28` container.
* Version 12.x tested using the musllinux build with custom compiler
* Version 11.x tested in CI
* Clang >= 14.0
* Version 14.x tested in CI
Expand Down

0 comments on commit 0a19677

Please sign in to comment.