File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 55 tags :
66 - ' v*.*.*'
77 - ' !v*.*.*d'
8+ workflow_dispatch :
89
910jobs :
1011 build_linux :
1112 name : Build for linux
1213 runs-on : ${{ matrix.os }}
14+ continue-on-error : true
1315 strategy :
1416 max-parallel : 4
1517 matrix :
6567 build_macos :
6668 name : Build for macOS (Intel)
6769 runs-on : macos-15-intel
70+ continue-on-error : true
6871 strategy :
6972 max-parallel : 4
7073 matrix :
@@ -120,6 +123,7 @@ jobs:
120123 build_windows :
121124 name : Build for Windows
122125 runs-on : windows-2022
126+ continue-on-error : true
123127 strategy :
124128 max-parallel : 4
125129 matrix :
@@ -172,6 +176,7 @@ jobs:
172176 build_linux_arm64 :
173177 name : Build for linux (Arm64)
174178 runs-on : ${{ matrix.os }}
179+ continue-on-error : true
175180 strategy :
176181 max-parallel : 4
177182 matrix :
@@ -227,6 +232,7 @@ jobs:
227232 build_macos_arm64 :
228233 name : Build for macOS (Arm64)
229234 runs-on : macos-15
235+ continue-on-error : true
230236 strategy :
231237 max-parallel : 4
232238 matrix :
You can’t perform that action at this time.
0 commit comments