Skip to content

Commit

Permalink
switch tmate action to gpu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkamm committed Jan 15, 2025
1 parent 1b83e63 commit ed51f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_tmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed51f34

Please sign in to comment.