diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0af4471a..d222cdaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-18.04, ubuntu-latest, windows-latest] + os: [ubuntu-20.04, ubuntu-latest, windows-latest] include: - os: windows-latest os_short: win @@ -21,7 +21,7 @@ jobs: os_short: linux compiler_cc: clang compiler_cxx: clang++ - - os: ubuntu-18.04 + - os: ubuntu-20.04 os_short: linux compiler_cc: clang-8 compiler_cxx: clang++-8