From df7bc61004879b11124b6712c6229060c69b18fd Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 16 Dec 2024 20:42:11 +0600 Subject: [PATCH] cd: reduce xcode version --- .github/workflows/spotube-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 57b74230..6a1c713f 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -92,7 +92,7 @@ jobs: if: ${{matrix.platform == 'ios'}} uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.2' + xcode-version: '16.1' - name: Install ${{matrix.platform}} dependencies run: |