Skip to content

Commit

Permalink
Revert "chore: try newer windows"
Browse files Browse the repository at this point in the history
This reverts commit 59d5e6d.
  • Loading branch information
sobolk committed Mar 9, 2023
1 parent 59d5e6d commit dcac927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
executors:
w_medium: &windows-e2e-executor-medium
machine:
image: 'windows-server-2022-gui:current'
image: 'windows-server-2019-vs2019:stable'
resource_class: 'windows.medium'
shell: bash.exe
working_directory: ~/repo
Expand All @@ -26,7 +26,7 @@ executors:

w_xlarge: &windows-e2e-executor-xlarge
machine:
image: 'windows-server-2022-gui:current'
image: 'windows-server-2019-vs2019:stable'
resource_class: 'windows.xlarge'
shell: bash.exe
working_directory: ~/repo
Expand Down

0 comments on commit dcac927

Please sign in to comment.