running new builds from Azure pipelines on MacOS 11.7 (Big Sur) #2288
-
Tried to run downloaded artefact from Azure Pipelines for Mapper, but seems to me, there is a limitation for it to only run starting from 12.xx and on. Is this so? Is there any specific code used so that only newest OS are supported? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
AFAICT there were no intentional changes. However, the "deployment target" must be respected by every component in Mapper. Our heaviest dependency, Qt 5.12, needs at least macOS 10.12. Today, these macOS versions were connected to versions of Xcode and SDK which are no longer in use. Supporting anything lower than the version 12 will be best-effor.t (The CI image will need to be updated to 13 soon, but I have one MBA stuck at 12.7 aka Monterey.) |
Beta Was this translation helpful? Give feedback.
-
I'm trying to explicitly set the deployment target to 11.7 as part of switching the continuous integration to macOS 13 - at least as long as we are building the 0.9.x family of code. |
Beta Was this translation helpful? Give feedback.
-
Excellent, Kai! |
Beta Was this translation helpful? Give feedback.
AFAICT there were no intentional changes. However, the "deployment target" must be respected by every component in Mapper. Our heaviest dependency, Qt 5.12, needs at least macOS 10.12.
Today, these macOS versions were connected to versions of Xcode and SDK which are no longer in use. Supporting anything lower than the version 12 will be best-effor.t (The CI image will need to be updated to 13 soon, but I have one MBA stuck at 12.7 aka Monterey.)