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 f2baa2f commit cc54f3fCopy full SHA for cc54f3f
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- win: circleci/windows@1.0.0
+ win: circleci/windows@5.0
5
6
executors:
7
bionic:
@@ -108,7 +108,7 @@ jobs:
108
- test-macos
109
test-windows:
110
executor:
111
- name: win/vs2019
+ name: win/server-2019
112
shell: bash.exe
113
environment:
114
# We need python installed before we can test anytyhing.
@@ -289,7 +289,7 @@ jobs:
289
290
test-bazel-windows:
291
292
293
shell: powershell.exe -ExecutionPolicy Bypass
294
295
PYTHONUNBUFFERED: "1"
0 commit comments