We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fa98b commit d6bb045Copy full SHA for d6bb045
1 file changed
.github/workflows/cpp_extra.yml
@@ -168,7 +168,7 @@ jobs:
168
cuda:
169
needs: check-labels
170
name: ${{ matrix.title }}
171
- runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
+ runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64/spot=capacity-optimized"
172
if: >-
173
needs.check-labels.outputs.force == 'true' ||
174
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
0 commit comments