diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 7c30bcf646..1ca52ecf1c 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -11,7 +11,7 @@ concurrency: jobs: test: name: Test on CUDA Build - runs-on: nvidia + runs-on: gpu if: github.repository_owner == 'deepmodeling' container: image: ghcr.io/deepmodeling/abacus-cuda diff --git a/.github/workflows/toolchain_full.yaml b/.github/workflows/toolchain_full.yaml index 3793b22eaf..815ce982a7 100644 --- a/.github/workflows/toolchain_full.yaml +++ b/.github/workflows/toolchain_full.yaml @@ -89,7 +89,7 @@ jobs: full-build-cuda: if: contains(inputs.variants || 'gnu,intel,cuda', 'cuda') - runs-on: nvidia + runs-on: gpu steps: - name: Checkout uses: actions/checkout@v6