Skip to content

Commit 31579ee

Browse files
committed
Use Swift 6.0 for now
1 parent 1baf9bc commit 31579ee

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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: swift-actions/setup-swift@v2
1818
with:
19-
swift-version: "6.1.0"
19+
swift-version: "6.0"
2020
- name: Echo Swift version
2121
run: swift --version
2222
- name: Check a Release build
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: swift-actions/setup-swift@v2
3434
with:
35-
swift-version: "6.1.0"
35+
swift-version: "6.0"
3636
- name: Echo Swift version
3737
run: swift --version
3838
- name: Test

0 commit comments

Comments
 (0)