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