Skip to content

Commit db62484

Browse files
authored
Fix typo in release only chnanges - remove nightly branch for MacOS x86 build (#3701)
1 parent 291e5b5 commit db62484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.1
3939
with:
4040
repository: ${{ matrix.repository }}
41-
ref: nightly
41+
ref: ""
4242
test-infra-repository: pytorch/test-infra
4343
test-infra-ref: release/2.1
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}

0 commit comments

Comments
 (0)