Skip to content

Commit

Permalink
Update gcc used for macos gnu ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 14, 2024
1 parent 889b1a8 commit 9807cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
mkdir build
cd build
#export OMP_NUM_THREADS=4
export CC=gcc-11
export FC=gfortran-11
export CC=gcc-13
export FC=gfortran-13
cmake -DCMAKE_BUILD_TYPE=debug -DENABLE_GPU=off ..
make VERBOSE=1
ctest --output-on-failure
Expand All @@ -51,8 +51,8 @@ jobs:
mkdir build
cd build
#export OMP_NUM_THREADS=4
export CC=gcc-11
export FC=gfortran-11
export CC=gcc-13
export FC=gfortran-13
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_GPU=off ..
make VERBOSE=1
ctest --output-on-failure
Expand Down

0 comments on commit 9807cea

Please sign in to comment.