Skip to content

Commit baf8d83

Browse files
weshaggardbenbp
authored andcommitted
Update macos image from 11 to latest (#44607)
* Update macos image from 11 to latest * Update eng/pipelines/templates/jobs/ci.mgmt.yml Co-authored-by: Ben Broderick Phillips <[email protected]> --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 7d6a90c commit baf8d83

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

eng/pipelines/templates/jobs/ci.mgmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
OSVmImage: windows-2022
6969
MacOs:
7070
Pool: Azure Pipelines
71-
OSVmImage: "macos-11"
71+
OSVmImage: "macos-latest"
7272
pool:
7373
name: $(Pool)
7474
vmImage: $(OSVmImage)

eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stages:
2929
Image: 'MMSUbuntu20.04'
3030
Mac:
3131
Pool: 'Azure Pipelines'
32-
Image: 'macos-11'
32+
Image: 'macos-latest'
3333

3434
pool:
3535
name: $(Pool)

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"Pool": "env:WINDOWSPOOL",
2626
"TestTargetFramework": "net7.0"
2727
},
28-
"MacOS-11_NET6.0": {
28+
"MacOS_NET6.0": {
2929
"OSVmImage": "env:MACVMIMAGE",
3030
"Pool": "env:MACPOOL",
3131
"TestTargetFramework": "net6.0"
3232
},
33-
"MacOS-11_NET7.0": {
33+
"MacOS_NET7.0": {
3434
"OSVmImage": "env:MACVMIMAGE",
3535
"Pool": "env:MACPOOL",
3636
"TestTargetFramework": "net7.0"

eng/pipelines/templates/variables/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variables:
1515
- name: WINDOWSVMIMAGE
1616
value: azsdk-pool-mms-win-2022-1espt
1717
- name: MACVMIMAGE
18-
value: macos-11
18+
value: macos-latest
1919

2020
# Values required for pool.os field in 1es pipeline templates
2121
- name: LINUXOS

eng/scripts/splittestdependencies/tests/expectOutputs/expect-matrix-integration.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"Pool": "azsdk-pool-mms-win-2022-general",
2626
"TestTargetFramework": "net462"
2727
},
28-
"macos-11_NETCore3.1": {
29-
"OSVmImage": "macos-11",
28+
"macos_NETCore3.1": {
29+
"OSVmImage": "macos-latest",
3030
"Pool": "Azure Pipelines",
3131
"TestTargetFramework": "netcoreapp3.1"
3232
},
33-
"macos-11_NET6.0": {
34-
"OSVmImage": "macos-11",
33+
"macos_NET6.0": {
34+
"OSVmImage": "macos-latest",
3535
"Pool": "Azure Pipelines",
3636
"TestTargetFramework": "net6.0"
3737
}

eng/scripts/splittestdependencies/tests/inputs/sync-platform-matrix.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"Pool": "azsdk-pool-mms-win-2022-general",
2626
"TestTargetFramework": "net462"
2727
},
28-
"macos-11_NETCore3.1": {
29-
"OSVmImage": "macos-11",
28+
"macos_NETCore3.1": {
29+
"OSVmImage": "macos-latest",
3030
"Pool": "Azure Pipelines",
3131
"TestTargetFramework": "netcoreapp3.1"
3232
},
33-
"macos-11_NET6.0": {
34-
"OSVmImage": "macos-11",
33+
"macos_NET6.0": {
34+
"OSVmImage": "macos-latest",
3535
"Pool": "Azure Pipelines",
3636
"TestTargetFramework": "net6.0"
3737
}

sdk/communication/Azure.Communication.PhoneNumbers/phone-numbers-livetest-matrix.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"SKIP_SIPROUTING_LIVE_TESTS": "TRUE"
3737
},
3838

39-
"macos-11_NET7.0": {
40-
"OSVmImage": "macos-11",
39+
"macos_NET7.0": {
40+
"OSVmImage": "macos-latest",
4141
"Pool": "Azure Pipelines",
4242
"TestTargetFramework": "net7.0",
4343
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "TRUE",
4444
"SKIP_SIPROUTING_LIVE_TESTS": "TRUE"
4545
},
46-
"macos-11_NET6.0": {
47-
"OSVmImage": "macos-11",
46+
"macos_NET6.0": {
47+
"OSVmImage": "macos-latest",
4848
"Pool": "Azure Pipelines",
4949
"TestTargetFramework": "net6.0",
5050
"AZURE_TEST_AGENT": "MACOS_1015_NET60",

0 commit comments

Comments
 (0)