Skip to content

Commit f2b4dd4

Browse files
committed
[ci] Update to latest version of cicleci windows orb
We got a message saying that the version vs2019 will be deprecated this year. This change doesn't stop using vs2019, but just updates to the latest version of the windows orb. We may still need to move away from vs2019 in the future, but if possible we would like to continue testing on older version of windows so that we can be sure we continue to support them.
1 parent fa47840 commit f2b4dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 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
linux-node:
@@ -831,7 +831,7 @@ jobs:
831831
test-windows:
832832
working_directory: "~/path with spaces"
833833
executor:
834-
name: win/vs2019
834+
name: win/server-2019
835835
shell: bash.exe -eo pipefail
836836
environment:
837837
PYTHONUNBUFFERED: "1"

0 commit comments

Comments
 (0)