GHA: Use Ubuntu 22.04 for G++11

This commit is contained in:
Alexander Grund
2024-08-16 12:07:55 +02:00
parent c6657cc9bd
commit 8ecf840c33

View File

@ -59,7 +59,7 @@ jobs:
address-model: 32,64
- toolset: gcc-11
cxxstd: "03,11,14,17,20"
os: ubuntu-20.04
os: ubuntu-22.04
install: g++-11-multilib
address-model: 32,64
- toolset: gcc-12