Skip to content

Commit 838c2cb

Browse files
huydhnjathu
authored andcommitted
Clean up
1 parent 7f0449d commit 838c2cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-wheels-macos.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ on:
2222

2323
jobs:
2424
generate-matrix:
25-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@jathu/fix-mac-miniconda
25+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2626
with:
2727
package-type: wheel
2828
os: macos-arm64
2929
test-infra-repository: pytorch/test-infra
30-
test-infra-ref: jathu/fix-mac-miniconda
30+
test-infra-ref: main
3131
with-cuda: disabled
3232
with-rocm: disabled
3333
python-versions: '["3.10", "3.11", "3.12"]'
@@ -47,7 +47,7 @@ jobs:
4747
smoke-test-script: .ci/scripts/wheel/test_macos.py
4848
package-name: executorch
4949
name: ${{ matrix.repository }}
50-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@jathu/fix-mac-miniconda
50+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
5151
with:
5252
repository: ${{ matrix.repository }}
5353
ref: ""
@@ -65,5 +65,3 @@ jobs:
6565
setup-miniconda: true
6666
smoke-test-script: ${{ matrix.smoke-test-script }}
6767
trigger-event: ${{ github.event_name }}
68-
69-
# Attempt: 7

0 commit comments

Comments
 (0)