Skip to content

Commit 0a19677

Browse files
committed
fix GCC version in docs
Signed-off-by: Martijn Govers <[email protected]>
1 parent 9191586 commit 0a19677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced_documentation/build-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ You need a C++ compiler with C++20 support. Below is a list of tested compilers:
4242
**Linux**
4343

4444
* gcc >= 11.0
45-
* Version 11.2 tested using the version in the `manylinux_2_28` container.
46-
* Version 12.2 tested using the musllinux build with custom compiler
45+
* Version 12.x tested using the version in the `manylinux_2_28` container.
46+
* Version 12.x tested using the musllinux build with custom compiler
4747
* Version 11.x tested in CI
4848
* Clang >= 14.0
4949
* Version 14.x tested in CI

0 commit comments

Comments
 (0)