update ubuntu OS image and Geant 4 libraries on Ubuntu for inclusion of FSL (Gui for fullsimlight)
Compare changes
This MR address a saga that started when adding FSL (the graphical user interface to fullSimLight) into the build of GeoModel.The initial problem was that the header "filesystem" was not found. This is because the Ubuntu pipeline was running on a very old Ubuntu OS (LTS version 18.04, "bionic"). I updated to LTS version 22.04 ("jammy"). This revealed additional trouble on the side of Geant 4 (Ubuntu), which was also out of date. Though it was not badly out of date, it was bad enough not to compile with the native c++ compiler.
The main change here is that both Ubuntu and Geant4 are brought up to date. Details
so