Skip to content

Commit

Permalink
Merge pull request #236 from ku-ring/sunshiningsoo-patch-1
Browse files Browse the repository at this point in the history
Update BUILD_PACKAGE.yml
  • Loading branch information
sunshiningsoo authored Sep 12, 2024
2 parents 42d6065 + 99a3069 commit 16f85eb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/BUILD_PACKAGE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/쿠링') && contains(github.event.comment.body, '패키지 빌드')
runs-on: macos-13 #최신버전
runs-on: macos-14 #최신버전
steps:
# 빌드 요청 시작
- name: Build iOS17
Expand All @@ -34,11 +34,9 @@ jobs:
ref: refs/pull/${{ github.event.issue.number }}/head

# Xcode 버전을 설정합니다.
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'

- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer

# package-kuring 패키지를 빌드합니다. (최소 버전)
- name: package-kuring 의 App 스킴 빌드
run: |
Expand Down

0 comments on commit 16f85eb

Please sign in to comment.