Skip to content

Commit f03fb80

Browse files
committed
switch to T4 runner due to long latency
1 parent ca4febf commit f03fb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# The build stage could fail but we want the CI to keep moving.
1212
if: ${{ github.repository_owner == 'nvidia' && always() }}
1313
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326)
14-
runs-on: linux-amd64-gpu-p100-latest-1
14+
runs-on: linux-amd64-gpu-t4-latest-1-testing
1515
#runs-on: ubuntu-latest
1616
defaults:
1717
run:

0 commit comments

Comments
 (0)