Skip to content

Commit cd5ee00

Browse files
renovate[bot]renovate-botescapedcat
authored
chore: update win orb to v3 (#3076)
* chore: update win orb to v3 * chore: update windows-image to match circleci orb v3 config Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: escapedcat <[email protected]>
1 parent ded7070 commit cd5ee00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

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

33
orbs:
4-
win: circleci/windows@2.4.1
4+
win: circleci/windows@3.0.0
55

66
commands:
77
update-yarn:
@@ -92,7 +92,8 @@ jobs:
9292
steps:
9393
- run-tests
9494
windows-v12:
95-
executor: win/default
95+
executor:
96+
name: win/windows
9697
steps:
9798
- run-tests
9899

0 commit comments

Comments
 (0)