From 2c3a2b85c1b108b300f1067814175e97bbee6598 Mon Sep 17 00:00:00 2001 From: Shengting Cui Date: Tue, 19 Dec 2023 14:48:32 +0000 Subject: [PATCH] Add a comment on gfortran in macOS --- .github/workflows/Build_and_Run_Standalone_Test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build_and_Run_Standalone_Test.yml b/.github/workflows/Build_and_Run_Standalone_Test.yml index ee404de..3a50e6c 100644 --- a/.github/workflows/Build_and_Run_Standalone_Test.yml +++ b/.github/workflows/Build_and_Run_Standalone_Test.yml @@ -50,7 +50,8 @@ jobs: # Build and run noah executable # noah-owp-modular's configure system has 5 options serving the need for different computer - # servers and OS environment. The numbers 5 and 4 are appropriate for our computing enviroments. + # servers and OS environment. The numbers 5 is for Linux type computing enviroments. + # Using the Linux option for macOS as macOS could not find gfortran in /usr/local/bin/. - name: Configure run: | if [ ${{ runner.os }} == 'Linux' ]