Skip to content

Commit a9656e2

Browse files
committed
fix
1 parent 4577968 commit a9656e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cuda_ext_check_before_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix_preparation:
1111
name: Prepare Container List
1212
if: github.repository == 'hpcaitech/ColossalAI'
13-
runs-on: ubuntu-latest
13+
runs-on: [self-hosted,ubuntu-latest]
1414
outputs:
1515
matrix: ${{ steps.set-matrix.outputs.matrix }}
1616
steps:
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
name: Release bdist wheels
2626
needs: matrix_preparation
27-
runs-on: [self-hosted, gpu]
27+
runs-on: [self-hosted, ubuntu-latest]
2828
strategy:
2929
fail-fast: false
3030
matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}}

0 commit comments

Comments
 (0)