Skip to content

Commit

Permalink
Update to use Xcode 16 for swift format
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmakbarlow committed Sep 23, 2024
1 parent ce1e3c4 commit 4679040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Xcode Select
run: sudo xcode-select -s /Applications/Xcode_15.0.app
run: sudo xcode-select -s /Applications/Xcode_16.0.app
- name: Tap
run: brew install swift-format
- name: Format
Expand Down

0 comments on commit 4679040

Please sign in to comment.