Skip to content

Commit b82d5d9

Browse files
committed
test explicit path to libomp instead
1 parent ec0c126 commit b82d5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test-mac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: ${{github.event_name == 'pull_request'}}
1515

1616
jobs:
17-
build:
17+
build-macOS:
1818
name: macOS 14 (M1)
1919
runs-on: macos-14
2020
env:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install FANS dependencies
2929
run: |
3030
brew install libomp cmake hdf5 openmpi eigen fftw
31-
export OpenMP_ROOT=$(brew --prefix)/opt/libomp
31+
export OpenMP_ROOT=/opt/homebrew/opt/libomp
3232
3333
- name: Generate build directory
3434
run: mkdir -p ${{ env.FANS_BUILD_DIR }}

0 commit comments

Comments
 (0)