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
- 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