From a9656e29159b3733fa39d23b0f38347db779d547 Mon Sep 17 00:00:00 2001 From: flybird11111 <1829166702@qq.com> Date: Tue, 27 May 2025 15:19:04 +0800 Subject: [PATCH] fix --- .github/workflows/cuda_ext_check_before_merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cuda_ext_check_before_merge.yml b/.github/workflows/cuda_ext_check_before_merge.yml index 65d945101..a12fbfd82 100644 --- a/.github/workflows/cuda_ext_check_before_merge.yml +++ b/.github/workflows/cuda_ext_check_before_merge.yml @@ -10,7 +10,7 @@ jobs: matrix_preparation: name: Prepare Container List if: github.repository == 'hpcaitech/ColossalAI' - runs-on: ubuntu-latest + runs-on: [self-hosted,ubuntu-latest] outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: @@ -24,7 +24,7 @@ jobs: build: name: Release bdist wheels needs: matrix_preparation - runs-on: [self-hosted, gpu] + runs-on: [self-hosted, ubuntu-latest] strategy: fail-fast: false matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}}