Skip to content

Commit 992e700

Browse files
fixing macos actions
1 parent 9487d1b commit 992e700

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: macOS
33
on:
44
push:
55
branches:
6-
- dev
76
- brew
8-
7+
pull_request:
8+
branches: [ "master" ]
99
workflow_dispatch:
1010

1111
jobs:

install-forefire-osx.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ if ! xcode-select -p > /dev/null 2>&1; then
1212
fi
1313

1414
# Install dependencies via Homebrew.
15-
brew install cmake
16-
brew install netcdf
17-
brew install netcdf-cxx
15+
brew reinstall cmake
16+
brew reinstall netcdf
17+
brew reinstall netcdf-cxx
1818

1919
# Set NETCDF_HOME to the prefix for the NetCDF C library.
2020
export NETCDF_HOME=$(brew --prefix netcdf)

0 commit comments

Comments
 (0)