Skip to content

Commit c6eb21a

Browse files
committed
Update iOS.yml
1 parent ad7c61e commit c6eb21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Select Xcode 16.2
20-
run: sudo xcode-select -s /Applications/Xcode_16.2.app
19+
- name: Select Xcode 16.1
20+
run: sudo xcode-select -s /Applications/Xcode_16.1.app
2121
- name: Install SwiftLint
2222
run: brew install swiftlint
2323
- name: Lint

0 commit comments

Comments
 (0)