Skip to content

Commit

Permalink
Migrate from macos-11 (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored and Menghua1 committed Jul 11, 2024
1 parent f0e559d commit 3a4c8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/build-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
BuildOutputName: azd
Mac:
Pool: Azure Pipelines
OSVmImage: macOS-11
OSVmImage: macOS-latest
BuildTarget: azd-darwin-amd64
BuildOutputName: azd
pool:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
OSVmImage: MMSUbuntu20.04
Mac:
Pool: Azure Pipelines
OSVmImage: macOS-11
OSVmImage: macOS-latest

pool:
name: $(Pool)
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/variables/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a4c8f7

Please sign in to comment.