Skip to content

Commit d6bb045

Browse files
authored
Apply suggestion from @rok
1 parent e7fa98b commit d6bb045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
cuda:
169169
needs: check-labels
170170
name: ${{ matrix.title }}
171-
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
171+
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64/spot=capacity-optimized"
172172
if: >-
173173
needs.check-labels.outputs.force == 'true' ||
174174
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||

0 commit comments

Comments
 (0)