From e26d39ffba046e6900047d2e9766e9f63287b6bf Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 1 Oct 2024 15:55:27 -0700 Subject: [PATCH 1/3] Update branding to 6.0.136 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index b873be38f7f7..c88b7171d0cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 6 0 1 - 35 + 36 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) servicing $(VersionMajor).$(VersionMinor) From a9570e679e9b921cdaaafb7fcf0ce8602aafccab Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 2 Oct 2024 15:43:43 -0700 Subject: [PATCH 2/3] Switch back to macos 13 --- .vsts-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-pr.yml b/.vsts-pr.yml index 2222ff644358..6f4785ed1d04 100644 --- a/.vsts-pr.yml +++ b/.vsts-pr.yml @@ -345,7 +345,7 @@ stages: parameters: agentOs: Darwin pool: - vmImage: 'macOS-latest' + vmImage: 'macos-13' timeoutInMinutes: 180 strategy: matrix: From be40b359149e0666314f1b83b39c7bf570bfff10 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 2 Oct 2024 15:44:03 -0700 Subject: [PATCH 3/3] Switch to macos 13 --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 66492d6dc091..b6e1b41e81da 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -392,7 +392,7 @@ extends: agentOs: Darwin pool: name: Azure Pipelines - image: macOS-latest + image: macos-13 os: macOS timeoutInMinutes: 180 strategy: