diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b89b907..c897a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,11 @@ jobs: os_short: linux compiler_cc: clang compiler_cxx: clang++ - - os: ubuntu-20.04 + - os: ubuntu-22.04 os_short: linux - compiler_cc: clang-6.0 - compiler_cxx: clang++-6.0 - compiler_install: clang-6.0 + compiler_cc: clang-14.0 + compiler_cxx: clang++-14.0 + compiler_install: clang-14.0 fail-fast: false runs-on: ${{ matrix.os }} name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}