Skip to content

Commit cdfd495

Browse files
committed
fix: incorrect CI settings
1 parent 2c27f2c commit cdfd495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Swift
1818
uses: swift-actions/setup-swift@v1
1919
with:
20-
swift-version: "6.1"
20+
swift-version: "6.0"
2121

2222
- name: Cache Swift Package Manager
2323
uses: actions/cache@v3
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Swift
5656
uses: swift-actions/setup-swift@v1
5757
with:
58-
swift-version: "6.1"
58+
swift-version: "6.0"
5959

6060
- name: Install SwiftLint
6161
run: brew install swiftlint

0 commit comments

Comments
 (0)