diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 87492a59..a1194e2d 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -26,21 +26,11 @@ jobs: clang_repo_suffix: -18 runs-on: ubuntu-latest # macOS - - cc: gcc-10 - cxx: g++-10 - clang_major_version: null - clang_repo_suffix: null - runs-on: macos-11 - cc: gcc-12 cxx: g++-12 clang_major_version: null clang_repo_suffix: null runs-on: macos-12 - - cc: clang - cxx: clang++ - clang_major_version: null - clang_repo_suffix: null - runs-on: macos-11 - cc: clang cxx: clang++ clang_major_version: null