File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
96
96
build-mac :
97
97
name : " Build - macOS"
98
- runs-on : macOS-11
98
+ runs-on : macOS-14
99
99
steps :
100
100
- uses : actions/checkout@v3
101
101
with :
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
build-mac-arm :
115
115
name : " Build - macOS (Arm)"
116
- runs-on : macos-11
116
+ runs-on : macOS-14
117
117
steps :
118
118
- uses : actions/checkout@v3
119
119
with :
Original file line number Diff line number Diff line change @@ -251,9 +251,9 @@ if (project.platform == "linux-athena") {
251
251
' -DOPENCV_EXTRA_FLAGS_DEBUG=-Og' +
252
252
" -DCMAKE_MODULE_PATH=$rootDir /arm-frc-modules"
253
253
} else if (project. platform == " osx-arm64" ) {
254
- return args + " -DCMAKE_OSX_ARCHITECTURES=arm64" + " -DCMAKE_OSX_DEPLOYMENT_TARGET:String=11.0 "
254
+ return args + " -DCMAKE_OSX_ARCHITECTURES=arm64" + " -DCMAKE_OSX_DEPLOYMENT_TARGET:String=13.0 " + " -DCMAKE_BUILD_RPATH=@loader_path "
255
255
} else if (project. platform == " osx-x86_64" ) {
256
- return args + " -DCMAKE_OSX_ARCHITECTURES=x86_64" + " -DCMAKE_OSX_DEPLOYMENT_TARGET:String=10.15 "
256
+ return args + " -DCMAKE_OSX_ARCHITECTURES=x86_64" + " -DCMAKE_OSX_DEPLOYMENT_TARGET:String=13.0 " + " -DCMAKE_BUILD_RPATH=@loader_path "
257
257
} else if (project. platform == " windows-arm64" ) {
258
258
return args + " -DOPENCV_SKIP_SYSTEM_PROCESSOR_DETECTION=TRUE" + " -DAARCH64=ON"
259
259
}
You can’t perform that action at this time.
0 commit comments