We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7c61e commit c6eb21aCopy full SHA for c6eb21a
.github/workflows/iOS.yml
@@ -16,8 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
- - name: Select Xcode 16.2
20
- run: sudo xcode-select -s /Applications/Xcode_16.2.app
+ - name: Select Xcode 16.1
+ run: sudo xcode-select -s /Applications/Xcode_16.1.app
21
- name: Install SwiftLint
22
run: brew install swiftlint
23
- name: Lint
0 commit comments