File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 77 name : Building with SOFA ${{ matrix.sofa_branch }}
88 runs-on : ${{ matrix.os }}
99 strategy :
10+ fail-fast : false
1011 matrix :
1112 os : [macos-10.15]
1213 sofa_branch : [master, v21.06]
@@ -113,6 +114,7 @@ jobs:
113114 needs : [build]
114115 runs-on : ${{ matrix.os }}
115116 strategy :
117+ fail-fast : false
116118 matrix :
117119 os : [macos-10.15]
118120 sofa_branch : [master, v21.06]
Original file line number Diff line number Diff line change 77 name : Building with SOFA ${{ matrix.sofa_branch }}
88 runs-on : ${{ matrix.os }}
99 strategy :
10+ fail-fast : false
1011 matrix :
1112 os : [ubuntu-18.04]
1213 sofa_branch : [master, v21.06]
@@ -113,6 +114,7 @@ jobs:
113114 needs : [build]
114115 runs-on : ${{ matrix.os }}
115116 strategy :
117+ fail-fast : false
116118 matrix :
117119 os : [ubuntu-18.04]
118120 sofa_branch : [master, v21.06]
You can’t perform that action at this time.
0 commit comments