From 6d1fcef6108f121a02b5f17a0823b153c7f6d6cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 21:43:08 +0200 Subject: [PATCH] Replace deprecated macOS 11 image with 13 (#2483) Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com> --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e661eb2a3..b5710c010 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,12 +82,12 @@ stages: PS7_Ubuntu_22_04: vmImage: ubuntu-22.04 pwsh: true - PS7_macOS_11: - vmImage: macOS-11 - pwsh: true PS7_macOS_12: vmImage: macOS-12 pwsh: true + PS7_macOS_13: + vmImage: macOS-13 + pwsh: true PS7_Windows_Server2019: vmImage: windows-2019 pwsh: true