We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39492c7 commit 68aaf43Copy full SHA for 68aaf43
.github/workflows/testMacOS.yaml
@@ -53,6 +53,7 @@ jobs:
53
CC: "/opt/homebrew/opt/llvm/bin/clang"
54
CXX: "/opt/homebrew/opt/llvm/bin/clang++"
55
PATH: "/opt/homebrew/opt/llvm/bin:/opt/homebrew/bin:$PATH"
56
+ MACOSX_DEPLOYMENT_TARGET: "11.0"
57
run: |
58
cmake -B build \
59
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
0 commit comments