We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b00f3 commit 7b30261Copy full SHA for 7b30261
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
run: CC=gcc-12 CXX=g++-12 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-12' cargo build --workspace --no-default-features --features cuda-supraseal
76
77
test_gpu:
78
- runs-on: ubuntu-24.04
+ runs-on: self-hosted
79
name: Test on GPUs
80
strategy:
81
matrix:
0 commit comments