From c9e7e37545d6e4894e61bf58c90df4a3c7c41c09 Mon Sep 17 00:00:00 2001 From: Carsten Lemmen <carsten.lemmen@hereon.de> Date: Thu, 20 Mar 2025 22:39:59 +0100 Subject: [PATCH] Remove macos from workflow for now --- .github/workflows/cmake-multi-platform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yaml b/.github/workflows/cmake-multi-platform.yaml index ea7dbf2..feff96d 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: -- GitLab