Skip to content

Commit 5011977

Browse files
committed
Fix the wrong test-infra branch on release/0.2
1 parent ca69051 commit 5011977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
223223
test-pybind-build-macos:
224224
name: test-pybind-build-macos
225-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
225+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
226226
strategy:
227227
matrix:
228228
include:
@@ -249,7 +249,7 @@ jobs:
249249
250250
test-llama-runner-macos:
251251
name: test-llama-runner-mac
252-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
252+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
253253
strategy:
254254
matrix:
255255
dtype: [fp32]

0 commit comments

Comments
 (0)