From f803a6510d1a9d6beac98dc1af829d8733ae75d4 Mon Sep 17 00:00:00 2001 From: Hao Guan <10684225+hguandl@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:40:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AEXcode=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA15.3=20(#11298)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cad0b2a149..5007d77ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -362,9 +362,9 @@ jobs: p12-password: ${{ secrets.HGUANDL_SIGN_CERT_PASSWD }} - name: Setup Xcode Toolchain - if: false + if: true run: | - sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer - name: Build Universal Binaries run: |