Skip to content

Commit 54f8403

Browse files
authored
Set windows-2019 as the VM pool (#243)
The value was windows-latest which started using Windows Server 2022.
1 parent 0e4e429 commit 54f8403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stages:
1111
- job: build_1809_images
1212
displayName: Build
1313
pool:
14-
vmImage: 'windows-latest'
14+
vmImage: 'windows-2019'
1515
steps:
1616
- task: Docker@2
1717
displayName: Build webkitdev/base:1809 image

0 commit comments

Comments
 (0)