From 572c2ae27a7f3f41fe051c64c868f03a82ecbbe5 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Fri, 21 Jun 2024 08:14:56 -0700 Subject: [PATCH] update macos image from 11 to latest (#5721) --- eng/pipelines/templates/stages/platform-matrix-live.json | 2 +- eng/pipelines/templates/stages/platform-matrix.json | 4 ++-- eng/pipelines/templates/variables/image.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix-live.json b/eng/pipelines/templates/stages/platform-matrix-live.json index be75738e6..ec191b489 100644 --- a/eng/pipelines/templates/stages/platform-matrix-live.json +++ b/eng/pipelines/templates/stages/platform-matrix-live.json @@ -5,7 +5,7 @@ "include": [ { "StaticConfigs": { - "macOS-14": { + "macos-latest": { "Pool": "env:MACPOOL", "OSVmImage": "env:MACVMIMAGE", "VCPKG_DEFAULT_TRIPLET": "x64-osx", diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index 84b4393da..43e58a9a1 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -5,9 +5,9 @@ "include": [ { "OSConfiguration": { - "macOS-14": { + "macos-latest": { "OSVmImage": "env:MACVMIMAGE", - "XCODE_VERSION": "15.0.1" + "XCODE_VERSION": "14.2" } }, "StaticConfigs": { diff --git a/eng/pipelines/templates/variables/image.yml b/eng/pipelines/templates/variables/image.yml index bfbcd4c07..18da7ab0d 100644 --- a/eng/pipelines/templates/variables/image.yml +++ b/eng/pipelines/templates/variables/image.yml @@ -21,7 +21,7 @@ variables: - name: WINDOWSPREVIOUSVMIMAGE value: azsdk-pool-mms-win-2019-1espt - name: MACVMIMAGE - value: macOS-14 + value: macos-latest # Values required for pool.os field in 1es pipeline templates - name: LINUXOS