From bdb2456b778edbdaf37013dc047d12d2bb7a6d51 Mon Sep 17 00:00:00 2001 From: "Richie Gomez (he/him)" Date: Thu, 2 Jul 2026 16:13:54 -0700 Subject: [PATCH] ci: bump Lint macOS pool image to macOS-15-arm64 The retired macOS-14-arm64 hosted image caused 'No image label found to route agent pool Azure Pipelines' at queue time. Match the image already used by Mac.Build.Job.yml and SDK.Integration.Test.Job.yml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .azure-pipelines/templates/Lint.Job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/Lint.Job.yml b/.azure-pipelines/templates/Lint.Job.yml index 07276091..7dd10613 100644 --- a/.azure-pipelines/templates/Lint.Job.yml +++ b/.azure-pipelines/templates/Lint.Job.yml @@ -39,7 +39,7 @@ jobs: pool: ${{ if eq(item.os, 'macos') }}: name: Azure Pipelines - vmImage: macOS-14-arm64 + vmImage: macOS-15-arm64 os: macOS ${{ if ne(item.os, 'macos') }}: name: Azure-Pipelines-1ESPT-ExDShared