Skip to content

Commit

Permalink
Update deploy_release.yml
Browse files Browse the repository at this point in the history
version Change
  • Loading branch information
hyeonghwan authored May 16, 2024
1 parent d3faba9 commit b8303dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
xcode-version: ${{ matrix.xcode }}

- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode.app"
run: "sudo xcode-select -s /Applications/Xcode_15.3.app"

- name: Checkout project
# uses 키워드를 통해 Github Actions에서 기본으로 제공하는 액션을 사용 가능. 아래 액션은 repository 에 체크아웃하는 것
Expand Down

0 comments on commit b8303dc

Please sign in to comment.