Skip to content

Commit 12949c6

Browse files
actually use the windows executor spec
1 parent b004827 commit 12949c6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ executors:
2626
working_directory: ~/typedb-studio
2727

2828
win-x86_64:
29-
resource_class: windows.xlarge
29+
resource_class: windows.medium
3030
machine:
3131
image: windows-server-2022-gui:2024.01.1
3232
shell: cmd.exe
@@ -189,9 +189,7 @@ jobs:
189189
target-arch: x86_64
190190

191191
deploy-windows-x86_64-snapshot:
192-
executor:
193-
name: win/default
194-
shell: cmd.exe
192+
executor: win-x86_64
195193
working_directory: ~/typedb-studio
196194
steps:
197195
- checkout
@@ -263,9 +261,7 @@ jobs:
263261
target-arch: x86_64
264262

265263
deploy-windows-x86_64-release:
266-
executor:
267-
name: win/default
268-
shell: cmd.exe
264+
executor: win-x86_64
269265
working_directory: ~/typedb-studio
270266
steps:
271267
- checkout

0 commit comments

Comments
 (0)