Skip to content

Commit 9add757

Browse files
clydinangular-robot[bot]
authored andcommitted
ci: use latest Windows CircleCI image
1 parent ecb9382 commit 9add757

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/dynamic_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ executors:
8888
shell: powershell.exe -ExecutionPolicy Bypass
8989
machine:
9090
# Contents of this image:
91-
# https://circleci.com/docs/2.0/hello-world-windows/#software-pre-installed-in-the-windows-image
92-
image: windows-server-2019-vs2019:stable
91+
# https://circleci.com/developer/machine/image/windows-server-2022-gui
92+
image: 'windows-server-2022-gui:current'
9393

9494
# Command Definitions
9595
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands
@@ -133,8 +133,8 @@ commands:
133133
setup_windows:
134134
steps:
135135
- initialize_env
136-
- run: nvm install 16.14
137-
- run: nvm use 16.14
136+
- run: nvm install 16.14.2
137+
- run: nvm use 16.14.2
138138
- run: npm install -g [email protected] @bazel/bazelisk@${BAZELISK_VERSION}
139139
- run: node --version
140140
- run: yarn --version
@@ -342,8 +342,8 @@ jobs:
342342
parallelism: 12
343343
steps:
344344
- checkout
345-
- rebase_pr_win
346345
- setup_windows
346+
- rebase_pr_win
347347
- setup_bazel_rbe
348348
- restore_cache:
349349
keys:

0 commit comments

Comments
 (0)