Skip to content

Commit

Permalink
xcode 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MojitoBar authored Dec 22, 2023
1 parent 830ce91 commit b1ff04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
mv Secrets.xcconfig pins/Resources/
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode.app"
run: "sudo xcode-select -s /Applications/Xcode_15.1.app"
- name: Configure Keychain
run: |
security create-keychain -p "" "$KEYCHAIN"
Expand Down

0 comments on commit b1ff04a

Please sign in to comment.