Skip to content

Commit

Permalink
Merge branch 'feature/gfortran-version-for-ci' into feature/fix_dupli…
Browse files Browse the repository at this point in the history
…cation_removal
  • Loading branch information
Algiane committed Aug 21, 2024
2 parents bce606c + 8769e3f commit 9f838f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# gfortran compiler and scotch makefile depends on the os
if [ "$RUNNER_OS" == "macOS" ]; then
echo "SCOTCH_MAKE=Make.inc/Makefile.inc.i686_mac_darwin10" >> "$GITHUB_ENV"
echo "FORT_FLG=\"-DCMAKE_Fortran_COMPILER=gfortran-11\"" >> "$GITHUB_ENV"
echo "FORT_FLG=\"-DCMAKE_Fortran_COMPILER=gfortran-14\"" >> "$GITHUB_ENV"
# Exclude test cases that fail on OSX due to surface model issue in Mmg.
echo "EXCLUDE_TESTS=\"DistribSurf-A319\"" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 9f838f9

Please sign in to comment.