Skip to content

Commit 492d3b5

Browse files
committed
ci: run linux ci for swift 6.2 only
1 parent f33b651 commit 492d3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ jobs:
131131
container: ${{ format('swift:{0}', matrix.swift.version) }}
132132
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
133133
strategy:
134+
fail-fast: false
134135
matrix:
135136
swift:
136-
- version: "5.10"
137137
- version: "6.2"
138138
steps:
139139
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)