From 1f53a4fd66297296df89ffbc02cf1acd666f4c55 Mon Sep 17 00:00:00 2001 From: Pixkk <30828435+pixkk@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:00:41 +0200 Subject: [PATCH] Update canary_ci.yml --- .github/workflows/canary_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canary_ci.yml b/.github/workflows/canary_ci.yml index 6af38500..8addbdee 100644 --- a/.github/workflows/canary_ci.yml +++ b/.github/workflows/canary_ci.yml @@ -98,7 +98,7 @@ jobs: - name: Set up XCode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: 16.1.0 - name: Add `GoogleService-Info.plist` run: echo "${{ env.GOOGLE_SERVICE_INFO_PLIST }}" > ios/App/App/GoogleService-Info.plist - name: Build and archive with xcodebuild