File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ C++ code in OpenMC must conform to the most recent C++ standard that is fully
2121supported in the `version of the gcc compiler
2222<https://gcc.gnu.org/projects/cxx-status.html> `_ that is distributed with the
2323oldest version of Ubuntu that is still within its `standard support period
24- <https://ubuntu.com/about/release-cycle> `_. Ubuntu 20 .04 LTS will be supported
25- through April 2025 and is distributed with gcc 9.3 .0, which fully supports the
24+ <https://ubuntu.com/about/release-cycle> `_. Ubuntu 22 .04 LTS will be supported
25+ through April 2027 and is distributed with gcc 11.4 .0, which fully supports the
2626C++17 standard.
2727
2828--------------------
@@ -31,5 +31,5 @@ CMake Version Policy
3131
3232Similar to the C++ standard policy, the minimum supported version of CMake
3333corresponds to whatever version is distributed with the oldest version of Ubuntu
34- still within its standard support period. Ubuntu 20 .04 LTS is distributed with
35- CMake 3.16 .
34+ still within its standard support period. Ubuntu 22 .04 LTS is distributed with
35+ CMake 3.22 .
You can’t perform that action at this time.
0 commit comments