update macOS target platform to 10.13 (which is also the minimum required OS version for KNIME) (#5802)

Co-authored-by: Tosco, Paolo <paolo.tosco@novartis.com>
This commit is contained in:
Paolo Tosco
2022-11-28 04:31:07 +01:00
committed by GitHub
parent 9657cc6d53
commit 234ed45b1e

View File

@@ -26,7 +26,7 @@ jobs:
boost_version: 1.71.0
number_of_cores: sysctl -n hw.ncpu
python_name: python38
target_platform: 10.9
target_platform: 10.13
steps:
- template: .azure-pipelines/mac_build.yml
- job: Windows_VS2022_x64
@@ -70,7 +70,7 @@ jobs:
boost_version: 1.71.0
number_of_cores: sysctl -n hw.ncpu
python_name: python38
target_platform: 10.9
target_platform: 10.13
steps:
- template: .azure-pipelines/mac_build_java.yml
- job: Ubuntu_x64_cartridge