Skip to content

Commit fab88cc

Browse files
committed
fix: see if latest win executor is fixed
1 parent 40eedab commit fab88cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ windows_big: &windows_big
4444
# we've pinned the version because without it, it uses "current" (at the time of writing, "2023.06.1"),
4545
# which has a broken Docker installation. See https://discuss.circleci.com/t/build-failures-when-running-docker-on-junes-windows-executor/48605
4646
# TODO: check if it works again with the next release and unpin the version.
47-
version: "2023.05.1"
47+
# version: "2023.05.1"
4848
parameters:
4949
node_version:
5050
type: string

0 commit comments

Comments
 (0)