Skip to content

Commit 68aaf43

Browse files
committed
solving the hdf5 problem...
1 parent 39492c7 commit 68aaf43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testMacOS.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
CC: "/opt/homebrew/opt/llvm/bin/clang"
5454
CXX: "/opt/homebrew/opt/llvm/bin/clang++"
5555
PATH: "/opt/homebrew/opt/llvm/bin:/opt/homebrew/bin:$PATH"
56+
MACOSX_DEPLOYMENT_TARGET: "11.0"
5657
run: |
5758
cmake -B build \
5859
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \

0 commit comments

Comments
 (0)