Skip to content

Commit

Permalink
Change linux runner tag to t4
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored May 17, 2024
1 parent 3d7e5ce commit cae635d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runner_label: [self-hosted, m2]
- os: linux
cuda_version: 12.1
runner_label: [self-hosted, Linux, nvidia-tesla-t4]
runner_label: [self-hosted, Linux, t4]
runs-on: ${{ matrix.runner_label }}
steps:
- name: Test Default Workflow
Expand All @@ -46,4 +46,4 @@ jobs:
gcs_bucket_name: 'comfy-ci-results'
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
output_prefix: 'ComfyUI'
timeout: 50
timeout: 50

0 comments on commit cae635d

Please sign in to comment.