Skip to content

Commit 7d07458

Browse files
authored
Merge pull request #129 from Matejkob/update-swift-format
Update Swift Format workflow to newest Xcode
2 parents 38266be + 20188ed commit 7d07458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

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

2424
- name: Install swift-format
2525
run: brew install swift-format

0 commit comments

Comments
 (0)