Skip to content

Commit f797730

Browse files
authored
pin the CircleCI Windows image to 2022.08.1 (#832)
1 parent 6c9adc4 commit f797730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ executors:
2020
xcode: "15.0.0"
2121
windows: &windows
2222
machine:
23-
image: 'windows-server-2019-vs2019:stable'
23+
image: 'windows-server-2019-vs2019:2022.08.1'
2424
resource_class: windows.xlarge
2525
shell: powershell.exe -ExecutionPolicy Bypass
2626

0 commit comments

Comments
 (0)