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

This commit is contained in:
Andrey Semashev 2022-08-14 17:56:22 +03:00
parent c869f8a9fa
commit 3fe40554df

View File

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