From b6a4a1bcf8b64cb1fbb2939b5990a35d3c48e5f7 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:47:15 -0500 Subject: [PATCH] fix: performance cron #no-changelog --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 19a6e044a73..ac91a71c1b3 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -103,7 +103,7 @@ jobs: - name: Xcode run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Setup quickstart - run: scripts/setup_quickstart.sh performance + run: scripts/setup_quickstart_spm.sh performance - name: Install Secret GoogleService-Info.plist run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-performance.plist.gpg \ quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"