diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 094a745a9..2d760f5fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-20.04, ubuntu-latest, windows-latest] + os: [ubuntu-22.04, ubuntu-latest, windows-latest] include: - os: windows-latest os_short: win @@ -21,10 +21,10 @@ jobs: os_short: linux compiler_cc: clang compiler_cxx: clang++ - - os: ubuntu-20.04 + - os: ubuntu-22.04 os_short: linux - compiler_cc: clang-8 - compiler_cxx: clang++-8 + compiler_cc: clang-14 + compiler_cxx: clang++-14 fail-fast: false runs-on: ${{ matrix.os }} name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}