From fa60e8c0fb9b70a77204c3833ee3c9a677179cb6 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 18 Nov 2024 19:45:12 +0100 Subject: [PATCH] Bump MacOS (#18023) Co-authored-by: Vlad Zarytovskii --- 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..7d11a931c24 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-latest timeoutInMinutes: 120 variables: - name: _SignType @@ -727,7 +727,7 @@ stages: # Plain FCS build Mac - job: Plain_Build_MacOS pool: - vmImage: macos-12 + vmImage: macos-latest variables: - name: _BuildConfig value: Debug