Skip to content

Commit

Permalink
Merge pull request #121 from MmgTools/feature/gfortran-version-for-ci
Browse files Browse the repository at this point in the history
Update gfortran version after modification of Macos-12 runner.
  • Loading branch information
Algiane authored Aug 21, 2024
2 parents beb4147 + 8769e3f commit 1e769cc
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 1e769cc

Please sign in to comment.