File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ jobs:
11
11
with :
12
12
package-type : conda
13
13
os : macos-arm64
14
- channel : all
14
+ channel : nightly
15
15
generate-arm64-wheel-matrix :
16
16
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
17
17
with :
18
18
package-type : wheel
19
19
os : macos-arm64
20
- channel : all
20
+ channel : nightly
21
21
generate-x86_64-conda-matrix :
22
22
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
23
23
with :
24
24
package-type : conda
25
- os : macos-x86_64
26
- channel : all
25
+ os : macos
26
+ channel : nightly
27
27
generate-x86_64-wheel-matrix :
28
28
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
29
29
with :
30
30
package-type : wheel
31
- os : macos-x86_64
32
- channel : all
31
+ os : macos
32
+ channel : nightly
33
33
34
34
validate-macos-arm64-binaries-conda :
35
35
needs : generate-arm64-conda-matrix
You can’t perform that action at this time.
0 commit comments