From 3a4c8f7337306ea6d4b3d52c99b78ecff704e474 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 20 Jun 2024 12:09:24 -0700 Subject: [PATCH] Migrate from macos-11 (#4014) --- eng/pipelines/build-notice.yml | 4 ++-- eng/pipelines/templates/variables/image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/build-notice.yml b/eng/pipelines/build-notice.yml index bd20491dc89..9d3f08d98f4 100644 --- a/eng/pipelines/build-notice.yml +++ b/eng/pipelines/build-notice.yml @@ -44,7 +44,7 @@ jobs: BuildOutputName: azd Mac: Pool: Azure Pipelines - OSVmImage: macOS-11 + OSVmImage: macOS-latest BuildTarget: azd-darwin-amd64 BuildOutputName: azd pool: @@ -90,7 +90,7 @@ jobs: OSVmImage: MMSUbuntu20.04 Mac: Pool: Azure Pipelines - OSVmImage: macOS-11 + OSVmImage: macOS-latest pool: name: $(Pool) diff --git a/eng/pipelines/templates/variables/image.yml b/eng/pipelines/templates/variables/image.yml index 5b842dd2aff..2491c13d553 100644 --- a/eng/pipelines/templates/variables/image.yml +++ b/eng/pipelines/templates/variables/image.yml @@ -23,7 +23,7 @@ variables: - name: WINDOWSARMVMIMAGE value: windows-2022-arm64-1espt - name: MACVMIMAGE - value: macos-11 + value: macos-latest - name: MACVMIMAGE12 value: macos-12 - name: MACVMIMAGEM1