Skip to content

Commit 40eaa3b

Browse files
committedJul 22, 2024·
Update azure-pipelines.yml
1 parent 3c70e74 commit 40eaa3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- template: Test-Bash.yml@templates
3535
parameters:
3636
name: 'Test_macOS'
37-
vmImage: 'macOS-11'
37+
vmImage: 'macOS-14'
3838
BuildConfiguration: ${{ variables.BuildConfiguration }}
3939
Workloads: ${{ variables.Workloads }}
4040

@@ -85,7 +85,7 @@ jobs:
8585
- template: Publish-Bash.yml@templates
8686
parameters:
8787
name: 'Publish_macOS'
88-
vmImage: 'macOS-11'
88+
vmImage: 'macOS-14'
8989
BuildConfiguration: ${{ variables.BuildConfiguration }}
9090
Workloads: ${{ variables.Workloads }}
9191
PublishFramework: ${{ variables.PublishFramework }}

0 commit comments

Comments
 (0)
Please sign in to comment.