From d5c41b3cf8da68553cf457720e0c2796ea754379 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Thu, 25 Apr 2024 11:47:25 -0700 Subject: [PATCH] Update MacOS version to 12 (#6522) --- eng/pipelines/jobs/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/jobs/build.yml b/eng/pipelines/jobs/build.yml index 630ac4971e2..6c2c33613c4 100644 --- a/eng/pipelines/jobs/build.yml +++ b/eng/pipelines/jobs/build.yml @@ -70,7 +70,7 @@ jobs: ${{ if in(parameters.osGroup, 'MacOS') }}: pool: name: Azure Pipelines - vmImage: macos-11 + vmImage: macos-12 os: macOS ${{ if ne(parameters.container, '') }}: