Skip to content

Commit

Permalink
Merge pull request #1313 from wakmusic/1312-runner-version-upgrade
Browse files Browse the repository at this point in the history
πŸ”€ :: (#1312) GitHub Action runner Xcode 버전 μ—…κ·Έλ ˆμ΄λ“œ
  • Loading branch information
baekteun authored Oct 16, 2024
2 parents e8b9232 + 07560de commit b70ecd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- 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: Compute package dependency cache key
id: compute_package_hash
Expand Down 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 b70ecd0

Please sign in to comment.