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 b416356 commit 6820232Copy full SHA for 6820232
1 file changed
.github/workflows/native.yml
@@ -61,6 +61,7 @@ jobs:
61
build:
62
needs: [prerequisites]
63
strategy:
64
+ fail-fast: false
65
matrix:
66
flat: ${{ fromJSON(needs.prerequisites.outputs.matrix_strategy) }}
67
runs-on: ${{ (startsWith(matrix.flat.runtime, 'osx') || startsWith(matrix.flat.runtime, 'ios') || startsWith(matrix.flat.runtime, 'tvos')) && 'macos-latest' || startsWith(matrix.flat.runtime, 'win') && 'windows-latest' || 'ubuntu-latest' }}
0 commit comments