From 2384278df42cb43b11369ce577f45e68d4e16564 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 18 Nov 2024 16:31:26 +0100 Subject: [PATCH 1/3] Bump MacOS --- azure-pipelines-PR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 7ca3aae0bb3..34fae48f5b6 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -589,7 +589,7 @@ stages: # MacOS - job: MacOS pool: - vmImage: macos-12 + vmImage: macos-15 timeoutInMinutes: 120 variables: - name: _SignType @@ -727,7 +727,7 @@ stages: # Plain FCS build Mac - job: Plain_Build_MacOS pool: - vmImage: macos-12 + vmImage: macos-15 variables: - name: _BuildConfig value: Debug From 9ce19b438121850ec805588b3a3841f38e05f837 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 18 Nov 2024 18:08:42 +0100 Subject: [PATCH 2/3] Update azure-pipelines-PR.yml Co-authored-by: Vlad Zarytovskii --- azure-pipelines-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 34fae48f5b6..39d10a8b7e3 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -589,7 +589,7 @@ stages: # MacOS - job: MacOS pool: - vmImage: macos-15 + vmImage: macos-latest timeoutInMinutes: 120 variables: - name: _SignType From b9ca077e0f527bdc0b43db2427317070eabe0f32 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 18 Nov 2024 18:08:49 +0100 Subject: [PATCH 3/3] Update azure-pipelines-PR.yml Co-authored-by: Vlad Zarytovskii --- azure-pipelines-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 39d10a8b7e3..7d11a931c24 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -727,7 +727,7 @@ stages: # Plain FCS build Mac - job: Plain_Build_MacOS pool: - vmImage: macos-15 + vmImage: macos-latest variables: - name: _BuildConfig value: Debug