Skip to content

Commit

Permalink
Update buildAndTest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle authored Dec 7, 2023
1 parent 83cbc37 commit 137f39b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
# job이 실행될 환경 - 최신 mac os
runs-on: macos-latest

# Step은 job의 일부로 실행될 일련의 task들을 나타냄
steps:
- uses: maxim-lobanov/setup-xcode@v1
- name: Xcode Version Setting🛠️
with:
xcode-version: '15.0.1'
# uses 키워드를 통해 Github Actions에서 기본으로 제공하는 액션을 사용 가능. 아래 액션은 repository 에 체크아웃하는 것
Expand Down

0 comments on commit 137f39b

Please sign in to comment.