From fc803fad6f869a0faa53c5a0380288857a9734ee Mon Sep 17 00:00:00 2001 From: marionbarker Date: Fri, 15 Aug 2025 06:59:55 -0700 Subject: [PATCH] Explicity required Xcode 16.4 to prevent browser build errors --- .github/workflows/build_LoopFollow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_LoopFollow.yml b/.github/workflows/build_LoopFollow.yml index 447a6ce90..be5e0caab 100644 --- a/.github/workflows/build_LoopFollow.yml +++ b/.github/workflows/build_LoopFollow.yml @@ -203,7 +203,7 @@ jobs: ) steps: - name: Select Xcode version - run: "sudo xcode-select --switch /Applications/Xcode_16.2.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer" - name: Checkout Repo for syncing if: |