Skip to content

Commit

Permalink
change runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuan8 committed Aug 28, 2024
1 parent 0a6386f commit 2a0f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-cuda-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build_wheels:
name: Build Wheel ${{ matrix.pyver }} ${{ matrix.cuda }} ${{ matrix.releasetag == 'wheels' && 'AVX2' || matrix.releasetag }}
needs: define_matrix
runs-on: nexa-sdk-windows-8-core
runs-on: sdk-windows-8-core
strategy:
matrix: ${{ fromJSON(needs.define_matrix.outputs.matrix) }}
defaults:
Expand Down

0 comments on commit 2a0f564

Please sign in to comment.