We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79db105 commit 2747c70Copy full SHA for 2747c70
.github/workflows/benchmark.yml
@@ -20,6 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
swift: ["6.0.3", "6.1.0", "nightly-main", "nightly-6.2-noble"]
23
+ fail-fast: false
24
container: ${{ contains(matrix.swift, 'nightly') && format('swiftlang/swift:{0}', matrix.swift) || format('swift:{0}', matrix.swift) }}
25
steps:
26
- uses: actions/checkout@v4
0 commit comments