Skip to content

Commit 61ae644

Browse files
using normal runner
1 parent fbcf55b commit 61ae644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-docker-cpu-ppc64le:
2121

2222
environment: ${{ (github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/tags/v')) && 'docker-build') || '' }}
23-
runs-on: ubuntu-24.04-ppc64le-4xlarge
23+
runs-on: ubuntu-24.04-ppc64le
2424
steps:
2525
- name: Checkout PyTorch
2626
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

0 commit comments

Comments
 (0)