Skip to content

Commit 559036c

Browse files
author
M. Fatih Cırıt
committed
fix machine type
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 7819f87 commit 559036c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-cuda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test-cuda:
12-
runs-on: [self-hosted, linux, ARM64]
12+
runs-on: [self-hosted, linux, X64]
1313
container: ${{ matrix.container }}${{ matrix.container-suffix }}
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)