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

This commit is contained in:
Andrey Semashev
2022-08-14 17:52:55 +03:00
parent 88457d2de5
commit 721fe9f562

View File

@ -93,8 +93,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