Skip to content

Commit

Permalink
[NON_ISSUE] CI macos 14, xcode 15.0.1로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chongin12 committed Nov 23, 2023
1 parent 07815c2 commit 0b1814d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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})
Expand Down

0 comments on commit 0b1814d

Please sign in to comment.