Skip to content

Commit

Permalink
Use FMS1 for MacOS builds
Browse files Browse the repository at this point in the history
- Given a recent incompatibility with FMS2 and gfortan 14.1
  we need to revert to FMS1 for the MacOS builds.
  • Loading branch information
adcroft committed May 18, 2024
1 parent 6272bbc commit 989c37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
env:
CC: gcc
FC: gfortran
FMS_COMMIT: 2019.01.03
FRAMEWORK: fms

defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-stencil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
env:
CC: gcc
FC: gfortran
FMS_COMMIT: 2019.01.03
FRAMEWORK: fms1

defaults:
run:
Expand Down

0 comments on commit 989c37d

Please sign in to comment.