Skip to content

Commit 78d1b28

Browse files
Use ROCm runners for building ROCm wheels
Running into build timeouts and disk space issues on ubuntu-18.04 runners
1 parent 4114976 commit 78d1b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-manywheel-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
manywheel/build_docker.sh
4646
build-docker-rocm:
47-
runs-on: ubuntu-18.04
47+
runs-on: linux.rocm.gpu
4848
strategy:
4949
matrix:
5050
rocm_version: ["5.2", "5.3"]

0 commit comments

Comments
 (0)