Skip to content

Commit 4df8e05

Browse files
authored
[Fix] #609 - github actions Xcode 버전 추가
1 parent 5d6e6a3 commit 4df8e05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
build-and-deploy:
1212
name: Running CI/CD for WSS iOS Debug
1313
runs-on: macos-14
14-
1514
steps:
15+
- name: Set Xcode version
16+
run: sudo xcode-select -s /Applications/Xcode_15.4.app
17+
1618
- name: Checkout Repository
1719
uses: actions/checkout@v4
1820

0 commit comments

Comments
 (0)