Skip to content

Commit c3f3021

Browse files
committed
Use Xcode 13.1 for macOS 11 workflow
1 parent 4ed5906 commit c3f3021

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/macos-11.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414

1515
steps:
1616
- 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
1721
- name: Lint
1822
run: |
1923
swiftlint --strict

0 commit comments

Comments
 (0)