Skip to content

Commit 88a0ee0

Browse files
authoredSep 4, 2024
Fixed macOS GHA build (openvinotoolkit#26431)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
1 parent f5513c6 commit 88a0ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
CMAKE_BUILD_TYPE: 'Release'
7171
CMAKE_GENERATOR: 'Ninja Multi-Config'
72-
MACOSX_DEPLOYMENT_TARGET: '10.12'
72+
MACOSX_DEPLOYMENT_TARGET: '10.15'
7373
CMAKE_CXX_COMPILER_LAUNCHER: ccache
7474
CMAKE_C_COMPILER_LAUNCHER: ccache
7575
OPENVINO_REPO: ${{ github.workspace }}/openvino

0 commit comments

Comments
 (0)
Please sign in to comment.