Skip to content

Commit f99ae80

Browse files
build: Disable swift 6 CI
This is because swift-action hasn't yet merged swift 6 support
1 parent 2070689 commit f99ae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262
strategy:
6363
matrix:
64-
swift: ["5.7", "5.8", "5.9", "5.10", "6.0"]
64+
swift: ["5.7", "5.8", "5.9", "5.10"]
6565
steps:
6666
- uses: swift-actions/setup-swift@v2
6767
with:

0 commit comments

Comments
 (0)