File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
CIBW_ARCHS_LINUX : native
186
186
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
187
187
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
188
- MACOSX_DEPLOYMENT_TARGET : 10.14
188
+ MACOSX_DEPLOYMENT_TARGET : 10.15
189
189
190
190
- uses : actions/upload-artifact@v4
191
191
with :
Original file line number Diff line number Diff line change 16
16
set (OTIO_LICENSE "Modified Apache 2.0 License" )
17
17
18
18
set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" )
19
- set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14 " CACHE STRING "Minimum OS X deployment version" )
19
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15 " CACHE STRING "Minimum OS X deployment version" )
20
20
21
21
project (OpenTimelineIO VERSION ${OTIO_VERSION} LANGUAGES C CXX )
22
22
You can’t perform that action at this time.
0 commit comments