Skip to content

Commit 0e4683a

Browse files
authored
Merge pull request #5892 from larshg/changewindowsdocker
Use new windows images for CI
2 parents 29a33b6 + c5f24cd commit 0e4683a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/azure-pipelines/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ pr:
1717
resources:
1818
containers:
1919
- container: winx86
20-
image: pointcloudlibrary/env:winx86
20+
image: pointcloudlibrary/env:windows2022-x86
2121
- container: winx64
22-
image: pointcloudlibrary/env:winx64
22+
image: pointcloudlibrary/env:windows2022-x64
2323
- container: env2004
2424
image: pointcloudlibrary/env:20.04
2525
- container: env2204

0 commit comments

Comments
 (0)