Skip to content

Commit eec682d

Browse files
committed
[ci] Use latest macOS and Windows images
Updates the build to run on the latest macOS and Windows VM images, as the macOS-10.15 Azure Pipelines agent pool is now deprecated.
1 parent 56b61f1 commit eec682d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
strategy:
2424
matrix:
2525
macOS:
26-
vmImage: macOS-10.15
26+
vmImage: macOS-12
2727
win2019:
28-
vmImage: windows-2019
28+
vmImage: windows-2022
2929

3030
pool:
3131
vmImage: $(vmImage)

0 commit comments

Comments
 (0)