Skip to content

Commit af651e4

Browse files
authored
Pass correct parameters for macos validations (#1143)
1 parent 370a603 commit af651e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/validate-macos-binaries.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ jobs:
1111
with:
1212
package-type: conda
1313
os: macos-arm64
14-
channel: all
14+
channel: nightly
1515
generate-arm64-wheel-matrix:
1616
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
1717
with:
1818
package-type: wheel
1919
os: macos-arm64
20-
channel: all
20+
channel: nightly
2121
generate-x86_64-conda-matrix:
2222
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2323
with:
2424
package-type: conda
25-
os: macos-x86_64
26-
channel: all
25+
os: macos
26+
channel: nightly
2727
generate-x86_64-wheel-matrix:
2828
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2929
with:
3030
package-type: wheel
31-
os: macos-x86_64
32-
channel: all
31+
os: macos
32+
channel: nightly
3333

3434
validate-macos-arm64-binaries-conda:
3535
needs: generate-arm64-conda-matrix

0 commit comments

Comments
 (0)