diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 667402c43b..32b92dda6e 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -87,15 +87,15 @@ jobs: compiler: g++ version: "12" - - os: ubuntu-20.04 + - os: ubuntu-22.04 compiler: clang version: "10" - - os: ubuntu-20.04 + - os: ubuntu-22.04 compiler: clang version: "11" - - os: ubuntu-20.04 + - os: ubuntu-22.04 compiler: clang version: "12"