We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7819f87 commit 559036cCopy full SHA for 559036c
.github/workflows/build-and-test-cuda.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build-and-test-cuda:
12
- runs-on: [self-hosted, linux, ARM64]
+ runs-on: [self-hosted, linux, X64]
13
container: ${{ matrix.container }}${{ matrix.container-suffix }}
14
strategy:
15
fail-fast: false
0 commit comments