From 1d34d82cd107908aff785c50ee575bbc29253e5a Mon Sep 17 00:00:00 2001 From: Hao Guan <10684225+hguandl@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:14:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20macOS=20CI=20Xcode=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62689385f..f3661c86ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -357,6 +357,10 @@ jobs: p12-file-base64: ${{ secrets.HGUANDL_SIGN_CERT_P12 }} p12-password: ${{ secrets.HGUANDL_SIGN_CERT_PASSWD }} + - name: Setup Xcode Toolchain + run: | + sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer + - name: Build Universal Binaries run: | mkdir build