Skip to content

Commit

Permalink
Use temporary image
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed May 27, 2020
1 parent 6e2a07a commit 0eee791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ executors:
windows-cpu:
machine:
resource_class: windows.xlarge
image: windows-server-2019-vs2019:stable
image: windows-server-2019-vs2019:temporary
shell: bash.exe

windows-gpu:
machine:
resource_class: windows.gpu.nvidia.medium
image: windows-server-2019-nvidia:stable
image: windows-server-2019-nvidia:temporary
shell: bash.exe

commands:
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ executors:
windows-cpu:
machine:
resource_class: windows.xlarge
image: windows-server-2019-vs2019:stable
image: windows-server-2019-vs2019:temporary
shell: bash.exe

windows-gpu:
machine:
resource_class: windows.gpu.nvidia.medium
image: windows-server-2019-nvidia:stable
image: windows-server-2019-nvidia:temporary
shell: bash.exe

commands:
Expand Down

0 comments on commit 0eee791

Please sign in to comment.