Skip to content

Commit ba97ac2

Browse files
committed
[Infra] Use windows latest image for azure pipelines.
1 parent 51d6421 commit ba97ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# ------------------------------------------------------------------------------
1616

1717
stages:
18-
- stage: windows_2019
19-
displayName: 'windows-2019'
18+
- stage: windows_latest
19+
displayName: 'windows-latest'
2020
dependsOn: [ ]
2121
pool:
22-
vmImage: 'windows-2019'
22+
vmImage: 'windows-latest'
2323
jobs:
2424
- job: Compile
2525
displayName: '⚙️ Compile'

0 commit comments

Comments
 (0)