Skip to content

Commit

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

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

Reviewed By: mlomeli1

Differential Revision: D53608347

fbshipit-source-id: 3f7c350608afc9c253cf0153e37ceeb4fceca92c
  • Loading branch information
algoriddle authored and abhinavdangeti committed Jul 12, 2024
1 parent 410ba17 commit 6829fc8
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 6829fc8

Please sign in to comment.