We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cce9a0 commit f3299f1Copy full SHA for f3299f1
.circleci/config.base.yml
@@ -16,7 +16,7 @@ parameters:
16
executors:
17
w_medium: &windows-e2e-executor-medium
18
machine:
19
- image: 'windows-server-2022-gui:current'
+ image: 'windows-server-2019-vs2019:stable'
20
resource_class: 'windows.medium'
21
shell: bash.exe
22
working_directory: ~/repo
@@ -26,7 +26,7 @@ executors:
26
27
w_xlarge: &windows-e2e-executor-xlarge
28
29
30
resource_class: 'windows.xlarge'
31
32
0 commit comments