Skip to content

Commit ddd9623

Browse files
authored
Update macOS versions (#485)
1 parent bdf780d commit ddd9623

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- job: Build_macOS
4747
displayName: Build & Test macOS
4848
pool:
49-
vmImage: 'macOS-11'
49+
vmImage: 'macOS-12'
5050
steps:
5151
# .NET 5 required for GitVersion
5252
- task: UseDotNet@2
@@ -257,7 +257,7 @@ jobs:
257257
displayName: Integration Tests Frosting macOS (.NET 6)
258258
dependsOn: Build_macOS
259259
pool:
260-
vmImage: 'macOS-11'
260+
vmImage: 'macOS-12'
261261
steps:
262262
- download: current
263263
artifact: NuGet Package macOS
@@ -282,7 +282,7 @@ jobs:
282282
displayName: Integration Tests Frosting macOS (.NET 7)
283283
dependsOn: Build_macOS
284284
pool:
285-
vmImage: 'macOS-11'
285+
vmImage: 'macOS-13'
286286
steps:
287287
- download: current
288288
artifact: NuGet Package macOS
@@ -307,7 +307,7 @@ jobs:
307307
displayName: Integration Tests Frosting macOS (.NET 8)
308308
dependsOn: Build_macOS
309309
pool:
310-
vmImage: 'macOS-11'
310+
vmImage: 'macOS-14'
311311
steps:
312312
- download: current
313313
artifact: NuGet Package macOS
@@ -332,7 +332,7 @@ jobs:
332332
displayName: Integration Tests Script Runner macOS (.NET 6)
333333
dependsOn: Build_macOS
334334
pool:
335-
vmImage: 'macOS-11'
335+
vmImage: 'macOS-12'
336336
steps:
337337
- download: current
338338
artifact: NuGet Package macOS
@@ -357,7 +357,7 @@ jobs:
357357
displayName: Integration Tests Script Runner macOS (.NET 7)
358358
dependsOn: Build_macOS
359359
pool:
360-
vmImage: 'macOS-11'
360+
vmImage: 'macOS-13'
361361
steps:
362362
- download: current
363363
artifact: NuGet Package macOS
@@ -382,7 +382,7 @@ jobs:
382382
displayName: Integration Tests Script Runner macOS (.NET 8)
383383
dependsOn: Build_macOS
384384
pool:
385-
vmImage: 'macOS-11'
385+
vmImage: 'macOS-14'
386386
steps:
387387
- download: current
388388
artifact: NuGet Package macOS

0 commit comments

Comments
 (0)