Switched gcc-9 to ubuntu-20.04 GHA CI image.

This commit is contained in:
Andrey Semashev
2022-08-14 17:51:54 +03:00
parent ab23246301
commit 1b3a907394

View File

@ -90,8 +90,7 @@ jobs:
- g++-8
- toolset: gcc-9
cxxstd: "03,11,14,17,2a"
os: ubuntu-latest
container: ubuntu:18.04
os: ubuntu-20.04
install:
- g++-9
- toolset: gcc-10