Skip to content

Commit

Permalink
💚 :: [#1312] GitHub Action runner Xcode 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Oct 13, 2024
1 parent f50c0a6 commit 16ae2fc
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 @@ -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

0 comments on commit 16ae2fc

Please sign in to comment.