From 31bb2ea8ff0ea12ef63fa07856c6f6067e0db1f3 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Fri, 12 Apr 2024 15:26:12 -0700 Subject: [PATCH] Fix the wrong test-infra branch on release/0.2 (#3021) --- .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 98815dccd3..a21e02a468 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]