diff --git a/.github/workflows/cmake-multi-platform.yaml b/.github/workflows/cmake-multi-platform.yaml index ea7dbf2e48f8818b1f42a2b753b04c7867d74a50..feff96d8feaf8e1ae9c30d087f4e2d6cabe1e8e4 100644 --- a/.github/workflows/cmake-multi-platform.yaml +++ b/.github/workflows/cmake-multi-platform.yaml @@ -27,7 +27,7 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] c_compiler: [gcc, clang] f_compiler: [gfortran] # exclude: