From 5011977cedfaf40a2ce67f0911170f7cfe717af8 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Fri, 12 Apr 2024 14:17:58 -0700 Subject: [PATCH] Fix the wrong test-infra branch on release/0.2 --- .github/workflows/trunk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 98815dccd35..a21e02a468c 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -222,7 +222,7 @@ jobs: test-pybind-build-macos: name: test-pybind-build-macos - uses: pytorch/test-infra/.github/workflows/macos_job.yml@main + uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3 strategy: matrix: include: @@ -249,7 +249,7 @@ jobs: test-llama-runner-macos: name: test-llama-runner-mac - uses: pytorch/test-infra/.github/workflows/macos_job.yml@main + uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3 strategy: matrix: dtype: [fp32]