From d96b0127a07be4c7ba128b277ac0b9f984876a9b Mon Sep 17 00:00:00 2001 From: Akanksha Mahajan Date: Fri, 18 Jun 2021 12:31:08 -0700 Subject: [PATCH] Change Windows image back to stable (#8424) Summary: Since windows timeout issue has been fixed. Change the image back to stable. Pull Request resolved: https://github.com/facebook/rocksdb/pull/8424 Test Plan: Check CircleCI jobs Reviewed By: zhichao-cao Differential Revision: D29235219 Pulled By: akankshamahajan15 fbshipit-source-id: 2c111f96e216dac4ae3d7ec3b4cdd8e459575d37 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 622a963c7..8c8abfcd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,7 +124,7 @@ commands: executors: windows-2xlarge: machine: - image: 'windows-server-2019-vs2019:previous' + image: 'windows-server-2019-vs2019:stable' resource_class: windows.2xlarge shell: bash.exe