From 0a922c6fe3ac504e8347f0a49dea633ac40df4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 12 Dec 2024 17:55:54 +0800 Subject: [PATCH] release: Fix Xcode version --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a21f962f..f67c7a2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -390,8 +390,12 @@ jobs: uses: actions/setup-go@v5 with: go-version: ^1.23 - - name: Setup Xcode - if: matrix.if + - name: Setup Xcode stable + if: matrix.if && github.ref == 'refs/heads/main-next' + run: |- + sudo xcode-select -s /Applications/Xcode_16.1.app + - name: Setup Xcode beta + if: matrix.if && github.ref == 'refs/heads/dev-next' run: |- sudo xcode-select -s /Applications/Xcode_16.2.app - name: Set tag