From c42fccccb5c382139dde078bb0305be888d01ff1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 2 Sep 2025 15:36:32 +0200 Subject: [PATCH] Drop installation of cmake --- .github/workflows/apple_m.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apple_m.yml b/.github/workflows/apple_m.yml index 56d46cf0c..b6f13570c 100644 --- a/.github/workflows/apple_m.yml +++ b/.github/workflows/apple_m.yml @@ -44,7 +44,7 @@ jobs: elif [ "$RUNNER_OS" == "macOS" ]; then # It looks like "gfortran" isn't working correctly unless "gcc" is re-installed. brew reinstall gcc - brew install coreutils cmake ccache + brew install coreutils ccache brew install llvm else echo "::error::$RUNNER_OS not supported"