Skip to content

Commit

Permalink
🐛 :: [#1312] 다른 step에도 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Oct 14, 2024
1 parent 16ae2fc commit 07560de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer

- name: Show swift version
run: swift --version
Expand Down

0 comments on commit 07560de

Please sign in to comment.