.github: Upgrade GitHub bot to Ubuntu 22.04 and gcc-11

Using "runs-on: ubuntu-latest" gives us Ubuntu 20.04. The latest Ubuntu
version today is 22.04. Not sure why "latest" here doesn't give us the
latest version of Ubuntu.

Specify 22.04 version explicitly to get Ubuntu 22.04 for GitHub bot.
This also upgrades gcc version from gcc-9 to gcc-11.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
1 file changed