Skip to content

Commit

Permalink
Merge pull request #76 from winebarrel/bumpup-xcode
Browse files Browse the repository at this point in the history
Bump up Xcode
  • Loading branch information
winebarrel authored Jan 11, 2025
2 parents 5a77fef + 4d3d48c commit 0f31b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Switch Xcode
run: sudo xcode-select -s /Applications/Xcode_16.app
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app
- name: Install SwiftLint
env:
SWIFTLINT_VERSION: 0.57.0
Expand Down

0 comments on commit 0f31b3f

Please sign in to comment.