diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 118efd6..b38ca4e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,10 +20,10 @@ jobs: - os: macos-latest cc: "clang" cxx: "clang++" - - os: ubuntu-latest + - os: Ubuntu-20.04 cc: "clang-9" cxx: "clang++-9" - - os: ubuntu-latest + - os: Ubuntu-20.04 cc: "gcc-10" cxx: "g++-10" - os: windows-latest