We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5513c6 commit 88a0ee0Copy full SHA for 88a0ee0
.github/workflows/mac.yml
@@ -69,7 +69,7 @@ jobs:
69
env:
70
CMAKE_BUILD_TYPE: 'Release'
71
CMAKE_GENERATOR: 'Ninja Multi-Config'
72
- MACOSX_DEPLOYMENT_TARGET: '10.12'
+ MACOSX_DEPLOYMENT_TARGET: '10.15'
73
CMAKE_CXX_COMPILER_LAUNCHER: ccache
74
CMAKE_C_COMPILER_LAUNCHER: ccache
75
OPENVINO_REPO: ${{ github.workspace }}/openvino
0 commit comments