diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c0848d2a8..193941a3d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: build-docs: if: github.repository_owner == 'meta-pytorch' name: Build Documentation - runs-on: linux.g5.4xlarge.nvidia.gpu + runs-on: linux.4xlarge timeout-minutes: 30 steps: - name: Checkout