Skip to content

Set MacOS build to FMS1 (2019.01.03) #10

Set MacOS build to FMS1 (2019.01.03)

Set MacOS build to FMS1 (2019.01.03) #10

Workflow file for this run

name: MacOS Compilation Test
on: [push, pull_request]
jobs:
compile-macos:
runs-on: macOS-latest
env:
CC: gcc
FC: gfortran
# Temporary revert FMS due to GCC 14.1 parsing error
FMS_COMMIT: 2019.01.03
FRAMEWORK: fms1
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/macos-setup
- name: Compile models
#run: make -j
run: FMS_COMMIT="$FMS_COMMIT" FRAMEWORK="$FRAMEWORK" make -j
# TODO: Run a few of the models and compare parameter.doc files?