From fcc23e12d22694a99da70301fd3d0b2f2f1d6155 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Fri, 19 Apr 2024 16:25:48 -0700 Subject: [PATCH] Use "main" as the version for prebuilt frameworks. (#3161) Summary: . Reviewed By: kirklandsign Differential Revision: D56363475 --- .github/workflows/apple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 0cdc7b147a0..7448ad33bde 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -58,7 +58,7 @@ jobs: timeout: 90 script: | BUILD_TOOL=cmake - VERSION="0.1.0" + VERSION="main" FRAMEWORKS=( "executorch" "coreml_backend"