Skip to content

Commit

Permalink
test ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Jul 20, 2023
1 parent cf20b96 commit 6102035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
strategy:
matrix:
# os: [macos-latest, ubuntu-latest]
os: [macos-latest]
# os: [macos-latest]
os: [macos-11]
# os: [ubuntu-latest]
include:
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/machines/Macros.conda_macos
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif
# Linker
LD:= $(FC)
##LDFLAGS += --no-warn-mismatch
LDFLAGS += --noinhibit-exec
##LDFLAGS += --noinhibit-exec

# Location of the compiled Fortran modules (NetCDF)
MODDIR += -I$(CONDA_PREFIX)/include
Expand Down

0 comments on commit 6102035

Please sign in to comment.