Skip to content

Commit 14c8451

Browse files
committed
Do not fail fast
1 parent 8832e02 commit 14c8451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
macos:
196196
# needs: [ stage1 ]
197197
strategy:
198-
fail-fast: true
198+
fail-fast: false
199199
matrix:
200200
include:
201201
- config: generic-cxx03

0 commit comments

Comments
 (0)