Skip to content

Commit

Permalink
ci: use latest Windows CircleCI image
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Apr 11, 2023
1 parent ecb9382 commit 17c9dcf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/dynamic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ executors:
shell: powershell.exe -ExecutionPolicy Bypass
machine:
# Contents of this image:
# https://circleci.com/docs/2.0/hello-world-windows/#software-pre-installed-in-the-windows-image
image: windows-server-2019-vs2019:stable
# https://circleci.com/developer/machine/image/windows-server-2022-gui
image: 'windows-server-2022-gui:current'

# Command Definitions
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands
Expand Down Expand Up @@ -133,8 +133,8 @@ commands:
setup_windows:
steps:
- initialize_env
- run: nvm install 16.14
- run: nvm use 16.14
- run: nvm install 16.14.2
- run: nvm use 16.14.2
- run: npm install -g yarn@1.22.10 @bazel/bazelisk@${BAZELISK_VERSION}
- run: node --version
- run: yarn --version
Expand Down Expand Up @@ -342,8 +342,8 @@ jobs:
parallelism: 12
steps:
- checkout
- rebase_pr_win
- setup_windows
- rebase_pr_win
- setup_bazel_rbe
- restore_cache:
keys:
Expand Down Expand Up @@ -462,8 +462,8 @@ workflows:
- build

# Windows jobs
- e2e-cli-win:
<<: *only_release_branches
- e2e-cli-win
# <<: *only_release_branches

# Publish jobs
- snapshot_publish:
Expand Down

0 comments on commit 17c9dcf

Please sign in to comment.