From 8db60c70e52341ca165eff84ba2195249265422e Mon Sep 17 00:00:00 2001 From: Jeong Chong In Date: Thu, 23 Nov 2023 21:13:57 +0900 Subject: [PATCH] =?UTF-8?q?[NON=5FISSUE]=20CI=20xcode=20select=20step=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7075e10c..3130b907 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,11 +23,10 @@ jobs: PROVISION_ENCRYPTION_PWD: ${{ secrets.PROVISION_ENCRYPTION_PWD }} CERTS_EXPORT_PWD: ${{ secrets.CERTS_EXPORT_PWD }} steps: + - name: Select latest Xcode - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.0.1' - - name: Select latest Xcode - run: "sudo xcode-select -s /Applications/Xcode.app" - uses: actions/checkout@v4 - name: Get tag version id: get_version