Skip to content

Commit 16d693a

Browse files
author
barry
committed
fix: mac only run macos14
1 parent 8e8df04 commit 16d693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/mac/build_for_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fi
5858
mkdir $build_path
5959
cd $build_path
6060

61-
cmake_params="-DCMAKE_PREFIX_PATH=$qt_cmake_path -DCMAKE_BUILD_TYPE=$build_mode -DCMAKE_OSX_ARCHITECTURES=x86_64"
61+
cmake_params="-DCMAKE_PREFIX_PATH=$qt_cmake_path -DCMAKE_BUILD_TYPE=$build_mode -DCMAKE_OSX_ARCHITECTURES=x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.10"
6262
cmake $cmake_params ../..
6363
if [ $? -ne 0 ] ;then
6464
echo "cmake failed"

0 commit comments

Comments
 (0)