Skip to content

Commit a59c5c9

Browse files
committed
change runner type
1 parent 89f65b3 commit a59c5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
docs:
7676
needs: check-changes
7777
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_docs == 'true'
78-
runs-on: ubuntu-latest
78+
runs-on: linux-amd64-gpu-l4-latest-1
7979
steps:
8080
- name: Checkout Repository
8181
uses: actions/checkout@v4
@@ -94,7 +94,7 @@ jobs:
9494
examples:
9595
needs: check-changes
9696
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_examples == 'true'
97-
runs-on: ubuntu-latest
97+
runs-on: linux-amd64-gpu-l4-latest-1
9898
steps:
9999
- name: Checkout Repository
100100
uses: actions/checkout@v4

0 commit comments

Comments
 (0)