From fc97a3287615d42668ad25871d8e13df8e2a8615 Mon Sep 17 00:00:00 2001 From: Matous Kozak Date: Wed, 27 May 2026 15:29:06 +0200 Subject: [PATCH] Move iOS SDK perf jobs to macos-26 Bumps the iOS SDK perf job pool (osx-x64-ios-arm64 in build-machine-matrix.yml) from macos-15 to macos-26 so the jobs can pick up the latest Xcode and iOS workloads. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/templates/build-machine-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/templates/build-machine-matrix.yml b/eng/pipelines/templates/build-machine-matrix.yml index 71ffc558754..54959482b49 100644 --- a/eng/pipelines/templates/build-machine-matrix.yml +++ b/eng/pipelines/templates/build-machine-matrix.yml @@ -151,9 +151,9 @@ jobs: parameters: osGroup: osx archType: x64 - osVersion: 15 + osVersion: 26 pool: - vmImage: 'macos-15' + vmImage: 'macos-26' queue: Mac.iPhone.17.Perf machinePool: iPhone17 ${{ insert }}: ${{ parameters.jobParameters }}