From 2f0c35dc4f1fe4675fc0a8181e67d3b4c2fa0f9c Mon Sep 17 00:00:00 2001 From: Karel Suta Date: Thu, 2 Jan 2025 13:42:50 +0100 Subject: [PATCH] Rename GPU GitHub runner to avoid version confusion --- .github/workflows/guided_notebook_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index 71a822845..dc44a4bf8 100644 --- a/.github/workflows/guided_notebook_tests.yaml +++ b/.github/workflows/guided_notebook_tests.yaml @@ -125,7 +125,7 @@ jobs: verify-1_cluster_job_client: if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }} - runs-on: ubuntu-20.04-4core-gpu + runs-on: gpu-t4-4-core steps: - name: Checkout code @@ -247,7 +247,7 @@ jobs: verify-2_basic_interactive: if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }} - runs-on: ubuntu-20.04-4core-gpu + runs-on: gpu-t4-4-core steps: - name: Checkout code