Skip to content

Commit a5a6939

Browse files
committed
fix: swiftlint
1 parent 7b70650 commit a5a6939

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ name: Lint code
22

33
on: push
44

5+
# Allow one concurrent deployment
56
concurrency:
67
group: "linting"
78
cancel-in-progress: true
89

910
jobs:
1011
SwiftLint:
11-
runs-on: macos-14
12-
12+
runs-on: macOS-13
1313
steps:
1414
- uses: actions/checkout@v4
15-
16-
- name: Run SwiftLint
15+
- name: Switch Xcode 🔄
16+
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
17+
- name: Swift Lint
1718
run: swiftlint --strict

0 commit comments

Comments
 (0)