Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f0c35d

Browse files
committedJan 2, 2025·
Rename GPU GitHub runner to avoid version confusion
1 parent 1225d38 commit 2f0c35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/guided_notebook_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
verify-1_cluster_job_client:
127127
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
128-
runs-on: ubuntu-20.04-4core-gpu
128+
runs-on: gpu-t4-4-core
129129

130130
steps:
131131
- name: Checkout code
@@ -247,7 +247,7 @@ jobs:
247247
248248
verify-2_basic_interactive:
249249
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
250-
runs-on: ubuntu-20.04-4core-gpu
250+
runs-on: gpu-t4-4-core
251251

252252
steps:
253253
- name: Checkout code

0 commit comments

Comments
 (0)
Please sign in to comment.