Skip to content

Commit b78bb49

Browse files
committed
Fix runner targeting to use RTX Pro 6000 GPU runner
- Change runs-on from ubuntu-latest to linux-amd64-gpu-rtxpro6000-latest-1 - Re-enable branch trigger for cd/initial-ci to test GPU runner - Should now run on the correct GPU-enabled self-hosted runner Signed-off-by: cdunning <cdunning@nvidia.com>
1 parent ac19e81 commit b78bb49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
test:
1212
name: Test Environment
13-
runs-on: ubuntu-latest
13+
runs-on: linux-amd64-gpu-rtxpro6000-latest-1
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)