Skip to content

Commit

Permalink
Merge pull request #129 from Matejkob/update-swift-format
Browse files Browse the repository at this point in the history
Update Swift Format workflow to newest Xcode
  • Loading branch information
Matejkob authored Nov 30, 2024
2 parents 38266be + 20188ed commit 7d07458
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 @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.4.app
run: sudo xcode-select -s /Applications/Xcode_16.1.app

- name: Install swift-format
run: brew install swift-format
Expand Down

0 comments on commit 7d07458

Please sign in to comment.