From b67b478477f83e7ca9fadf34112994977dd3e059 Mon Sep 17 00:00:00 2001 From: tyiuhc Date: Mon, 6 May 2024 13:49:38 -0700 Subject: [PATCH] chore: update release.yml Xcode version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index caf5b66..687666c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,9 +32,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Set Xcode 14.2 + - name: Set Xcode 15.1 run: | - sudo xcode-select -switch /Applications/Xcode_14.2.app + sudo xcode-select -switch /Applications/Xcode_15.1.app - name: Set up Node uses: actions/setup-node@v4