Skip to content

ubuntu-22.04: switch to GCC 12

Stephan Lachnit requested to merge p-ubuntu-22.04-g++-12 into main

Ubuntu 22.04 has GCC 12 available, so let's use that instead of GCC 11. When we write extensive build documentation, we should mention that users also need to set CXX=g++-12 and CC=gcc-12 during meson setup.

Merge request reports