From 0db361a6806332d7ad8d2eaded980768d24e76d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Sat, 15 Jun 2024 17:54:20 +0200 Subject: [PATCH] Bump to macos-12 build image AzDO will remove macos-11 in about two weeks: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#recent-updates --- azure-pipelines-PR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index be8dc94eca5..9723c7356df 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -507,7 +507,7 @@ stages: # MacOS - job: MacOS pool: - vmImage: macos-11 + vmImage: macos-12 variables: - name: _SignType value: Test @@ -642,7 +642,7 @@ stages: # Plain FCS build Mac - job: Plain_Build_MacOS pool: - vmImage: macos-11 + vmImage: macos-12 variables: - name: _BuildConfig value: Debug @@ -722,4 +722,4 @@ stages: targetPath: './artifacts/log/Release/AheadOfTime/Trimming/' artifactName: 'Trim Test Logs Attempt $(System.JobAttempt) Logs $(_kind)' continueOnError: true - condition: always() \ No newline at end of file + condition: always()