From 0b1814d09445f35a1d087538e93a8fe75c3b75a8 Mon Sep 17 00:00:00 2001 From: Jeong Chong In Date: Thu, 23 Nov 2023 20:38:55 +0900 Subject: [PATCH] =?UTF-8?q?[NON=5FISSUE]=20CI=20macos=2014,=20xcode=2015.0?= =?UTF-8?q?.1=EB=A1=9C=20=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6dcb640..bb2ad39e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: types: [published] jobs: build: - runs-on: macos-latest + runs-on: macos-14 env: XC_PROJECT: ${{ 'YDS.xcodeproj' }} XC_SCHEME: ${{ 'YDS-Storybook' }} @@ -28,7 +28,7 @@ jobs: xcode-version: '15.0.1' - name: Select latest Xcode run: "sudo xcode-select -s /Applications/Xcode.app" - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get tag version id: get_version run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})