Skip to content

Commit cc54f3f

Browse files
committed
[ci] Update to latest version of cicleci windows orb
See emscripten-core/emscripten#21110
1 parent f2baa2f commit cc54f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
win: circleci/windows@1.0.0
4+
win: circleci/windows@5.0
55

66
executors:
77
bionic:
@@ -108,7 +108,7 @@ jobs:
108108
- test-macos
109109
test-windows:
110110
executor:
111-
name: win/vs2019
111+
name: win/server-2019
112112
shell: bash.exe
113113
environment:
114114
# We need python installed before we can test anytyhing.
@@ -289,7 +289,7 @@ jobs:
289289

290290
test-bazel-windows:
291291
executor:
292-
name: win/vs2019
292+
name: win/server-2019
293293
shell: powershell.exe -ExecutionPolicy Bypass
294294
environment:
295295
PYTHONUNBUFFERED: "1"

0 commit comments

Comments
 (0)