We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed5906 commit c3f3021Copy full SHA for c3f3021
1 file changed
.github/workflows/macos-11.yml
@@ -14,6 +14,10 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
+ - name: Setup Xcode version
18
+ uses: maxim-lobanov/setup-xcode@v1.4.0
19
+ with:
20
+ xcode-version: 13.1
21
- name: Lint
22
run: |
23
swiftlint --strict
0 commit comments