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 52b849a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/dynamic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ executors:
# Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
working_directory: ~/ng
resource_class: windows.large
shell: powershell.exe -ExecutionPolicy Bypass
shell: bash.exe
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 52b849a

Please sign in to comment.