Skip to content

Commit

Permalink
Move manywheel builds to linux.12xlarge.ephemeral (pytorch#1569)
Browse files Browse the repository at this point in the history
Should be faster(<20 min vs 40+ min) and as secure as using GH ones
  • Loading branch information
malfet authored Oct 11, 2023
1 parent a5f2068 commit 0481289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-manywheel-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:

jobs:
build-docker-cuda:
runs-on: ubuntu-22.04
runs-on: linux.12xlarge.ephemeral
strategy:
matrix:
cuda_version: ["12.1", "11.8"]
Expand Down

0 comments on commit 0481289

Please sign in to comment.