Skip to content

Commit 8ab60e4

Browse files
authored
[ci] Use latest macOS and Windows images (#181)
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 4dd3292 commit 8ab60e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yaml

Lines changed: 3 additions & 3 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
27-
win2019:
28-
vmImage: windows-2019
26+
vmImage: macOS-12
27+
windows:
28+
vmImage: windows-2022
2929

3030
pool:
3131
vmImage: $(vmImage)

0 commit comments

Comments
 (0)