Skip to content

Commit

Permalink
[ci] Use latest macOS and Windows images
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins committed Jul 18, 2022
1 parent 56b61f1 commit eec682d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
strategy:
matrix:
macOS:
vmImage: macOS-10.15
vmImage: macOS-12
win2019:
vmImage: windows-2019
vmImage: windows-2022

pool:
vmImage: $(vmImage)
Expand Down

0 comments on commit eec682d

Please sign in to comment.