File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ concurrency:
4444env :
4545 OPTREE_CXX_WERROR : " OFF"
4646 _GLIBCXX_USE_CXX11_ABI : " 1"
47+ MACOSX_DEPLOYMENT_TARGET : " 15.0"
48+ IPHONEOS_DEPLOYMENT_TARGET : " 16.3"
4749 PYTHONUNBUFFERED : " 1"
4850 PYTHON_TAG : " py3" # to be updated
4951 PYTHON_VERSION : " 3" # to be updated
Original file line number Diff line number Diff line change 3636 CMAKE_BUILD_TYPE : " Debug"
3737 OPTREE_CXX_WERROR : " ON"
3838 _GLIBCXX_USE_CXX11_ABI : " 1"
39+ MACOSX_DEPLOYMENT_TARGET : " 15.0"
3940 PYTHONUNBUFFERED : " 1"
4041 PYTHON : " python" # to be updated
4142 PYTHON_TAG : " py3" # to be updated
Original file line number Diff line number Diff line change 3737 CMAKE_BUILD_TYPE : " Debug"
3838 OPTREE_CXX_WERROR : " ON"
3939 _GLIBCXX_USE_CXX11_ABI : " 1"
40+ MACOSX_DEPLOYMENT_TARGET : " 15.0"
4041 FULL_TEST_PYTHON_VERSIONS : " 3.12;3.13"
4142 PYTHONUNBUFFERED : " 1"
4243 PYTHON : " python" # to be updated
You can’t perform that action at this time.
0 commit comments