From eecbf5d7959bfaf1a40dab846734e4008490161e Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Fri, 10 Apr 2026 06:28:47 +0000 Subject: [PATCH] test: run GPU tests on gpu-t4 instead of gpu-v100 Testing whether HighDimPDE GPU tests pass on arctic1 T4 runners, since they currently pass on V100. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/GPU.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GPU.yml b/.github/workflows/GPU.yml index b7a3c5a..9a0cc3d 100644 --- a/.github/workflows/GPU.yml +++ b/.github/workflows/GPU.yml @@ -19,7 +19,7 @@ concurrency: jobs: gpu-tests: name: "GPU Tests" - runs-on: [self-hosted, gpu-v100] + runs-on: [self-hosted, gpu-t4] timeout-minutes: 180 steps: - uses: actions/checkout@v6