Skip to content

Commit 5b48300

Browse files
committed
Update
1 parent 85bb7a7 commit 5b48300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-docs:
1212
name: Build Documentation
13-
runs-on: linux.large
13+
runs-on: linux.g5.4xlarge.nvidia.gpu
1414
timeout-minutes: 30
1515
steps:
1616
- name: Checkout
@@ -62,7 +62,7 @@ jobs:
6262
path: docs/build/html/
6363

6464
doc-preview:
65-
runs-on: [ubuntu-latest]
65+
runs-on: linux.large
6666
needs: build-docs
6767
if: ${{ github.event_name == 'pull_request' }}
6868
steps:

0 commit comments

Comments
 (0)