From c6b4d78e6e1baa5704d3241a11615b8e19c812ea Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 4 Mar 2025 07:21:59 +0100 Subject: [PATCH] [xcode16.3] Use Sequoia bots for Windows tests, since that's what Xcode 16.3 requires. --- tools/devops/automation/templates/windows/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devops/automation/templates/windows/stage.yml b/tools/devops/automation/templates/windows/stage.yml index d3ea11ae5c6b..18d5a7862e48 100644 --- a/tools/devops/automation/templates/windows/stage.yml +++ b/tools/devops/automation/templates/windows/stage.yml @@ -64,7 +64,7 @@ stages: - agent.os -equals Darwin - SSH.Enabled -equals True - macOS.Architecture -equals arm64 - - macOS.Name -equals Sonoma + - macOS.Name -equals Sequoia steps: - template: reserve-mac.yml