Removed usage of obsolete ubuntu-20.04 GHA image.

This commit is contained in:
Andrey Semashev 2025-04-19 18:36:04 +03:00
parent c2b846c57d
commit 766c881f9a

View File

@ -71,12 +71,14 @@ jobs:
- g++-8
- toolset: gcc-9
cxxstd: "11,14,17,2a"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-9
- toolset: gcc-10
cxxstd: "11,14,17,20"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-10
- toolset: gcc-11
@ -185,13 +187,15 @@ jobs:
- toolset: clang
compiler: clang++-9
cxxstd: "11,14,17,2a"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- clang-9
- toolset: clang
compiler: clang++-10
cxxstd: "11,14,17,20"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- clang-10
- toolset: clang
@ -307,7 +311,7 @@ jobs:
- name: CMake tests
cmake_tests: 1
os: ubuntu-20.04
os: ubuntu-24.04
timeout-minutes: 20
runs-on: ${{matrix.os}}