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"