Skip to content

Commit

Permalink
pin circleci windows image (#3248)
Browse files Browse the repository at this point in the history
Summary:

Build scripts can't find conda in the 'stable' image, trying to pin to a specific version.

Differential Revision: D53608347
  • Loading branch information
algoriddle authored and facebook-github-bot committed Feb 9, 2024
1 parent ed3f6e5 commit 408c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executors:
resource_class: macos.m1.large.gen1
windows-x86_64-cpu:
machine:
image: windows-server-2019-vs2019:stable
image: windows-server-2019-vs2019:2023.04.1
shell: bash.exe
resource_class: windows.medium

Expand Down

0 comments on commit 408c52a

Please sign in to comment.