Skip to content

Commit 85fe407

Browse files
committed
test: release without gpu runners
1 parent 5cb6e0e commit 85fe407

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148

149149
release:
150150
name: Release
151-
runs-on: ubuntu24-gpu-x64
151+
runs-on: ubuntu-latest
152152
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
153-
needs: [test, sdist]
153+
needs: [sdist]
154154
permissions:
155155
id-token: write
156156
contents: write

0 commit comments

Comments
 (0)