diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea964f0c..5897dc86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,16 +50,18 @@ jobs: - "ON" - "OFF" exclude: - - cc: gcc-12 + - os: ubuntu-22.04 + cc: clang + - os: ubuntu-22.04 cxx: clang - - cc: clang - cxx: g++-12 - os: macos-14 cc: gcc-12 + - os: macos-14 cxx: g++-12 - os: macos-14 omp: "ON" - + - os: macos-14 + mpi: "ON" steps: - uses: actions/checkout@v4 @@ -172,10 +174,13 @@ jobs: - "ON" - "OFF" exclude: + - os: ubuntu-22.04 + cc: clang - os: ubuntu-22.04 cxx: clang - os: macos-14 cc: gcc-12 + - os: macos-14 cxx: g++-12 - os: macos-14 omp: "ON"