From d3cd28e051bb07917ab49797eb0393fbab251171 Mon Sep 17 00:00:00 2001 From: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com> Date: Tue, 2 Feb 2021 12:46:58 +0300 Subject: [PATCH] SYNERGY-801 Update build pipeline to support macOS 10.13 (#6931) * SYNERGY-801 Update build pipeline to support macOS 10.13 * Update ChangeLog --- ChangeLog | 1 + azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fa2248604..b1aef048fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ Enhancements: - #6916 Main Window receives screen name change - #6910 Don't use the word “Version” for release names because it can lead to errors during update checking. - #6918 Removing positional union initialisation +- #6931 Update build pipeline to support macOS 10.13 v1.13.0-stable diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee7a5a143c..57d65e56c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,13 +67,13 @@ jobs: catalina-std: image: macOS-10.15 platform: x86-64 - version: 10.14 + version: 10.13 buildType: "standard" prefix: "synergy" catalina-ent: image: macOS-10.15 platform: x86-64 - version: 10.14 + version: 10.13 buildType: "enterprise" prefix: "synergy-enterprise" pool: