Skip to content

Commit 4bd05a2

Browse files
committed
Remove macos from workflow for now
1 parent 610a14b commit 4bd05a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake-multi-platform.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
7272
-DCMAKE_Fortran_COMPILER=${{ matrix.f_compiler }}
7373
-DGOTM_USE_NetCDF=OFF
74-
-DGOTM_USE_FABM=ON -DFABM_INSTITUTES=OXYPOM -DFABM_OXYPOM_BASE=${{ github.workspace }}/src
74+
-DGOTM_USE_FABM=ON -DFABM_USE_IEEE_ARITHMETIC=OFF
75+
-DFABM_OXYPOM_BASE=/home/runner/work/fabm-oxypom/fabm-oxypom/src -DFABM_INSTITUTES="gotm;oxypom"
7576
7677
- name: Make
7778
run: make -C ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)