@@ -115,6 +115,7 @@ jobs:
115
115
# NOTE: If you add or remove platforms from this matrix, make sure to update
116
116
# the documentation at website/docs/developers/getting-started.mdx
117
117
strategy :
118
+ fail-fast : false # Allow other platforms to continue if one fails
118
119
matrix :
119
120
os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
120
121
runs-on : ${{ matrix.os }}
@@ -146,6 +147,7 @@ jobs:
146
147
# NOTE: If you add or remove platforms from this matrix, make sure to update
147
148
# the documentation at website/docs/developers/getting-started.mdx
148
149
strategy :
150
+ fail-fast : false # Allow other platforms to continue if one fails
149
151
matrix :
150
152
os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
151
153
runs-on : ${{ matrix.os }}
@@ -168,6 +170,7 @@ jobs:
168
170
# NOTE: If you add or remove platforms from this matrix, make sure to update
169
171
# the documentation at website/docs/developers/getting-started.mdx
170
172
strategy :
173
+ fail-fast : false # Allow other platforms to continue if one fails
171
174
matrix :
172
175
os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
173
176
runs-on : ${{ matrix.os }}
@@ -205,6 +208,7 @@ jobs:
205
208
# NOTE: If you add or remove platforms from this matrix, make sure to update
206
209
# the documentation at website/docs/developers/getting-started.mdx
207
210
strategy :
211
+ fail-fast : false # Allow other platforms to continue if one fails
208
212
matrix :
209
213
os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
210
214
runs-on : ${{ matrix.os }}
0 commit comments