From a0184a4fe43a0961a5977304c840f03783c3c716 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Thu, 26 Sep 2024 17:09:26 +0200 Subject: move CI/Cuda runner --- .github/workflows/ci_cuda.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 0c874e24..fc07f112 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -9,7 +9,8 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true - runs-on: [single-gpu, nvidia-gpu, t4, ci] + runs-on: + group: aws-g4dn-2xlarge container: image: nvidia/cuda:12.3.1-devel-ubuntu22.04 options: --gpus 0 -- cgit v1.2.3