From c81a6152a41c34880d9b7d85e0078d1b84f76f87 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Fri, 10 Apr 2026 06:28:45 +0000 Subject: [PATCH] test: run CUDA tests on gpu-v100 instead of gpu-t4 Testing whether the misaligned address error on arctic1 T4 runners reproduces on demeter4/demeter3 V100 runners. 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 6ad171d7..cf2a5608 100644 --- a/.github/workflows/GPU.yml +++ b/.github/workflows/GPU.yml @@ -17,7 +17,7 @@ concurrency: jobs: cuda-tests: name: "CUDA Tests (Julia ${{ matrix.version }})" - runs-on: [self-hosted, Linux, X64, gpu-t4] + runs-on: [self-hosted, Linux, X64, gpu-v100] timeout-minutes: 120 strategy: fail-fast: false