From ed51f3420378d637e471bf9e6ba8f539b4064491 Mon Sep 17 00:00:00 2001 From: joshkamm Date: Wed, 15 Jan 2025 03:38:10 -0500 Subject: [PATCH] switch tmate action to gpu runner --- .github/workflows/test_tmate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_tmate.yml b/.github/workflows/test_tmate.yml index adc5064..a0d5201 100644 --- a/.github/workflows/test_tmate.yml +++ b/.github/workflows/test_tmate.yml @@ -2,8 +2,8 @@ name: Tmate debugging on: [workflow_dispatch] jobs: explore: - runs-on: ubuntu-latest - # runs-on: gpu + # runs-on: ubuntu-latest + runs-on: gpu steps: - uses: actions/checkout@v4 - name: Setup tmate session