From 69f43a62131bbeaa0aad88f5a12c5dc3fe47d160 Mon Sep 17 00:00:00 2001 From: Silvio Kunaschk Date: Tue, 7 May 2019 18:38:26 +0200 Subject: [PATCH] try for now to stick on OSX 10.9 as minimum --- CMakeLists.txt | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e5d3734..2352a64f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) # https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html -set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment version") +set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") project(VCVRack) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 831fedab..c74f0777 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ variables: # Xcode Version overview: https://gist.github.com/yamaya/2924292 # available versions: https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md - XCODE_VERSION: 10.0 + XCODE_VERSION: 10.2 jobs: # Todo - run Linux build in a container with a more recent Ubuntu version, maybe also try CentOS and Arch builds?