Skip to content

Commit

Permalink
Use 10.15 macos target platform because of changes in OpenVINO (openv…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Aug 20, 2024
1 parent 1e63545 commit 5f23d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash
runs-on: 'macos-12-large'
env:
MACOSX_DEPLOYMENT_TARGET: '10.12'
MACOSX_DEPLOYMENT_TARGET: '10.15'
CMAKE_BUILD_TYPE: 'Release'
CMAKE_GENERATOR: 'Ninja Multi-Config'
CMAKE_CXX_COMPILER_LAUNCHER: ccache
Expand Down

0 comments on commit 5f23d1f

Please sign in to comment.