I am trying to install gcc-14 and g++-14 on Ubuntu 22.04.
I thought these compilers should be available via the ppa ppa:ubuntu-toolchain-r/test, which I added using the following command.
add-apt-repository ppa:ubuntu-toolchain-r/test
However, after running apt update, I am only able to install compilers gcc-13 and g++-13.
Why can't I install Version 14, and what should I do to install these tools?
I also tried adding the "universe" repository.
add-apt-repository universe
After running apt update, I still cannot install either gcc-14 or g++-14.