File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ executors:
26
26
working_directory : ~/typedb-studio
27
27
28
28
win-x86_64 :
29
- resource_class : windows.xlarge
29
+ resource_class : windows.medium
30
30
machine :
31
31
image : windows-server-2022-gui:2024.01.1
32
32
shell : cmd.exe
@@ -189,9 +189,7 @@ jobs:
189
189
target-arch : x86_64
190
190
191
191
deploy-windows-x86_64-snapshot :
192
- executor :
193
- name : win/default
194
- shell : cmd.exe
192
+ executor : win-x86_64
195
193
working_directory : ~/typedb-studio
196
194
steps :
197
195
- checkout
@@ -263,9 +261,7 @@ jobs:
263
261
target-arch : x86_64
264
262
265
263
deploy-windows-x86_64-release :
266
- executor :
267
- name : win/default
268
- shell : cmd.exe
264
+ executor : win-x86_64
269
265
working_directory : ~/typedb-studio
270
266
steps :
271
267
- checkout
You can’t perform that action at this time.
0 commit comments