release: Fix Xcode version

This commit is contained in:
世界 2024-12-12 17:55:54 +08:00
parent 52f3a4226c
commit 0a922c6fe3
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -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