Skip to content

Commit e68e0db

Browse files
committed
try manually selecting windows image
1 parent 6faa8a5 commit e68e0db

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.circleci/config.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

3-
orbs:
4-
win: circleci/[email protected]
3+
#orbs:
4+
# win: circleci/[email protected]
55

66
executors:
77
linux-node:
@@ -1006,10 +1006,15 @@ jobs:
10061006
# windows and mac do not have separate build and test jobs, as they only run
10071007
# a limited set of tests; it is simpler and faster to do it all in one job.
10081008
test-windows:
1009+
build:
1010+
resource_class: 'windows.medium'
1011+
machine:
1012+
image: 'windows-server-2022-gui:2023.09.1'
1013+
shell: bash.exe -eo pipefail
10091014
working_directory: "~/path with spaces"
1010-
executor:
1011-
name: win/server-2019
1012-
shell: bash.exe -eo pipefail
1015+
#executor:
1016+
# name: win/server-2019
1017+
# shell: bash.exe -eo pipefail
10131018
environment:
10141019
PYTHONUNBUFFERED: "1"
10151020
EMSDK_NOTTY: "1"

0 commit comments

Comments
 (0)